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 #1380450
Featured Slider Titles
Closed

Comments

  • comunicacionuchur started the conversation

    Hi! I'm using Featured Slider's style 3 and I need to do some things with this style:

    1) Change the font size for the title.

    2) Avoid the title from being cut

    3) Shorten the slider's height

    4) Widen the title box

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (min-width: 768px){
    .featured-style-3 .penci-featured-content .feat-text h3 a { font-size: 35px; }
    .featured-style-3 .penci-owl-carousel .penci-image-holder:before{ height: 400px; }
    .featured-style-3 .penci-featured-content .feat-text{ max-width: 600px; }
    }

    Best Regards,

    PenciDesign