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 #1863240
Customize
Closed

Comments

  • highspeed_videos started the conversation

    Hi Soledad Support Team,

    I just bought your great theme from Envato and have two questions:

    1) I customize the theme with WP Customizer. In "Featured Slider Options" I change the the slider from style 1 to style 12. But it doesn't show the new style. I stays with the old style. 

    2) I want to use really BIG Headers for the slider. In "General Options" I go to "Font for title" and change it to 500 - But it doesn't change the size. It stays small...


    Can you help me here?

    Thanks,

    Stefan


  •  2,699
    PenciDesign replied

    Hi,

    Thank you for purchased our theme and loving it.

    1/ Because you do using static homepage on your site. If you do using static homepage on your site, you need go to Pages > All Pages > Edit your "Front-Page" > scroll down and change featured slider style there.

    If you want to make it look like on our demos and showing latest posts & featured categories - you should go to Dashboard > Settings > Reading > and make sure your config look like this image.

    2/ If you want to do that, please add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 768px) {
    .penci-featured-content .feat-text h3 a{ font-size: 36px; }
    }
    

    Change number 36 to value as you want.


    Best Regards,

    PenciDesign

  • highspeed_videos replied

    Thanks for 1) - works perfect now!

    I tried 2) - but I doesn't see any change in the heading size in the slider...

  •  2,699
    PenciDesign replied

    Hi,

    If you're using Featured Slider Style 6, let's add more this code to Customize > Custom CSS to change font size for posts title on the slider:

    @media only screen and (min-width: 768px) {
    .penci-mag-featured-content h3 a{ font-size: 20px; }
    .featured-style-37 .penci-item-1 .penci-mag-featured-content h3 a, 
    .featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a{ font-size: 36px; }
    }
    

    Change values 20 & value 36 to values as you want.


    Best Regards,

    PenciDesign

  • highspeed_videos replied

    Hi, can I use the same Custom CSS for Feature Slider Style 1? I you just change the 6 into a 1 inside the code.

    And: I am struggling to preview the post titel inside the Image like you have it in your demo Post Template Style 5 & 6. Of course I use one of these styles for my single post - but the title is alsway UNDER the image - not inside.

    Thanks,

  •  2,699
    PenciDesign replied

    Hi,

    For Slider Style 1, please use this custom css code:

    @media only screen and (min-width: 768px) {
    .penci-featured-content .feat-text h3 a{ font-size: 32px; }
    }
    

    Best Regards,

    PenciDesign

  • highspeed_videos replied

    still doesen't work - but I think the CSS is for the penci Slider 1 - but I use the "normal" slider 1

  • highspeed_videos replied

    sorry, it works on desktop screens. On mobile screens, the title is still small - but thats fine for me.

    Thank you for your help!