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 #1588658
Pencil Slider 1
Closed

Comments

  • garthmcr started the conversation

    Hi I have the pencil slider 1 enabled, Is it possible to get rid of the black boxes that appear behind the text? I would also like to increase the size of the text on the pencil slider aswell if possible?

  •  2,699
    PenciDesign replied

    Hi,

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

    .pencislider-container .pencislider-content .pencislider-title span, .pencislider-container .pencislider-content .pencislider-caption span{ background: none; padding: 0; }
    @media only screen and (min-width: 769px){
    .pencislider-container .pencislider-content .pencislider-title{ font-size: 40px; }
    .pencislider-container .pencislider-content .pencislider-caption{ font-size: 20px; }
    }

    Change number 40 & 20 on the above code to any value you want.


    Best Regards,

    PenciDesign

  • garthmcr replied

    Perfect. Thank you!