Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1501054
Penci Slider Size / Body Box
Closed

Comments

  • kgcrypto started the conversation

    Hello, thank you for the amazing theme!

    First, is there a way to switch between soledad layouts (e.g. tech news vs. fitness) without importing data, such that old data is not wiped out?

    Additionally, I have a few issues I would like to resolve.

    How can I change the height of the logo? I only see an option to change the width. We desperately need our logo/website title in the header menu to have a different size. The size seems to be predetermined by the header menu size and does not change when we change the logo width either. Can we change the header menu height? 

    Is it possible to move the location of the menu options/social media icons as well? Would like them to be more spaced out and centered if possible. 

    How can I change the size of the penci slider? It is too large currently.

    Further, is it possible to use the body box but leave the header, logo, and top bar to be the full width?

  •  2,699
    PenciDesign replied

    Hi,

    Thank you for loving our theme.

    1/ To do that, please do following steps:

    a) Install & active plugin Customizer Reset & plugin Customizer Export/Import

    b) Go to Appearance > Customize > click to button "Reset" at the top to reset all your customizer data to default.

    c) Import demo style ( .dat file ) you want to import to your site - by do following ONLY Way: 2 in this guide - Way 2: Import Only customizer data

    2/ This issues caused by your logo has a lot of space around it - check your logo image here

    I did help you cut all spaces around your logo, you can download it here and re-upload to your currently logo:

    3/ This header style doesn't support for center. You can change space between menu items & social media by add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 1170px){
    #navigation ul.menu > li, #navigation .menu > ul > li{ margin-right: 50px;  }
    #navigation.header-6 .main-nav-social{ margin-right: 50px;  }
    }

    4/ You can change Penci Slider height via Customize > Featured Slider Options > Penci Slider height

    5/ The body boxed will boxed everything - so you can't do that. But, if you want to do that, I think you don't need to make body boxed - you can un-check it via Customize > General Options > un-check on "Enable Body Boxed"


    Best Regards,

    PenciDesign

  • kgcrypto replied

    Thank you for this help. One more question, is it possible to import fonts? We do not see the font we want (myriad pro - 400) on the list. I also don't see an option to change the weight of the body text font, only the title text font. Is it possible to do this? 


    Thank you. 

  •  2,699
    PenciDesign replied

    Hi,

    1/ It's not fonts from google fonts. And currently it's not in the list.

    2/ Because all the body text fonts should be normal on font-weight to make better for readers. So, we don't provide option for this. If you want to change it, please add more this code to Customize > Custom CSS:

    body, textarea, #respond textarea, .widget input[type="text"], .widget input[type="email"], .widget input[type="date"], .widget input[type="number"], .wpcf7 textarea, .mc4wp-form input, #respond input, .wpcf7 input, #searchform input.search-input, ul.homepage-featured-boxes .penci-fea-in h4, .widget.widget_categories ul li span.category-item-count, .about-widget .about-me-heading, .widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta{ font-weight: bold; }

    You can change  value 'bold'  on the above code to normal or 100, 200, 300, 400, 500, 600, 700, 800, 900


    Best Regards,

    PenciDesign

  • kgcrypto replied

    Excellent, thank you!

    I have used the option for "disable full width top bar" to reduce the top bar menu and social icons width so they are more centered. I would like to do the same with the header menu and logo so they match. How can I achieve this? I don't see a checkbox for it in Logo and Header options 


  •  2,699
    PenciDesign replied

    Hi,

    To do that, please go to Customize > Logo and Header Options > on "Header Layout" > select "Header Style 6"


    Best Regards,

    PenciDesign

  • kgcrypto replied

    That worked!

    I am looking to change the color and text of the heading above the posts on the home page that says "Latest Business News" but none of the color options seem to change that text. I actually am trying to model that section of the website after the "Business News" soledad theme but I can't seem to get the settings right. How could I have multiples categories with posts listed under them?

    Also, is it possible to enlarge the size of the social media icons in the top bar menu, as well as the font of the menu options?

  • kgcrypto replied

    We are having problems with the website's look in mobile. The top bar does not appear well, is it possible to just disable the top bar for mobile devices only?

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please check options for it via Customize > Colors for Homepage & Home Title Box Options > Homepage Title Box Text Color

    2/ Please check this video tutorial to know how to do that.

    3/ To do that, please copy this code and add more this code to Customize > Custom CSS:

    .penci-topbar-social a{ font-size: 18px;  }

    Change number 18 to value you want.

    4/ To do that, please add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 767px){
    .penci-top-bar{ display: none;  }
    }

    Best Regards,

    PenciDesign

  • kgcrypto replied

    Changing Customize > Colors for Homepage & Home Title Box Options > Homepage Title Box Text Color ... still did not change that text color. Also still unsure of how to change the text from "Latest Business News" to something else. 

  • kgcrypto replied

    Also, how can we change hyperlink text color in posts? 

  •  2,699
    PenciDesign replied

    Hi,

    1/ You're change wrong option, please change it on the option like I said:

    Customize > Colors for Homepage & Home Title Box Options > Homepage Title Box Text Color

    2/ Please change it via Customize > Homepage Options > Heading Latest Post for Homepage

    3/ Please change it via Customize > Colors for Single Post > Links Color


    Best Regards,

    PenciDesign

  • kgcrypto replied

    The color of the text did not seem to change when I changed Customize > Colors for Homepage & Home Title Box Options > Homepage Title Box Text Color

    See in the attached screenshot. 


    EDIT: There was some Custom CSS interfering with the text, it is working now!