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 #1306035
Featured Slider Options Uppercase not working
Closed

Comments

  • codeupdates started the conversation

    I am using the Style 26 for the Featured Slider.

    The Checkbox for Turn off Uppercase of Heading/Posts Title on Slider is not checked. 

    These option triggered just one Post.

    How can a fix these bug?

    Thanks for your support!


  •  2,699
    PenciDesign replied

    Hi,

    On this slider, we've turn off uppercase for small images by default.

    If you want to enable uppercase on that small images, please add more this code to Customize > Custom CSS:

    .featured-style-26 .penci-item-2 .penci-mag-featured-content h3 a, .featured-style-26 .penci-item-3 .penci-mag-featured-content h3 a, .featured-style-26 .penci-item-4 .penci-mag-featured-content h3 a, .featured-style-26 .penci-item-0 .penci-mag-featured-content h3 a{ text-transform: uppercase; }

    Best Regards,

    PenciDesign

  • codeupdates replied

    Thanks for your quickly answer!