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 #1369934
Featured Slider Text Size
Closed

Comments

  • comunicacionuchur started the conversation

    Hi! I want to change the title size on the featured slider. I'm using style 2.

    Thanks!

  • comunicacionuchur replied

    Also, how do I make the whole slider shorter?

  •  2,699
    PenciDesign replied

    Hi,

    1/ To change the size of title on the featured slider style 2, please add more this code to Customize > Custom CSS:

    .penci-featured-content .feat-text h3 a{ font-size: 28px; }

    Change number 28 to value you want.


    2/ I see you did changed this code from style.css of this theme to 1500px:

    .featured-style-2 .penci-owl-carousel .owl-item .item{ width: 1500px; }

    by default, this has width is 900px

    If you want to change it, please add more this code to Customize > Custom CSS:

    .featured-style-2 .penci-owl-carousel .owl-item .item{ width: 750px; }

    Change number 750 to value you want.

    Best Regards,

    PenciDesign