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 #2452821
Change size of slider buttons
Closed

Comments

  • jimbojames started the conversation

    Hi, 

    How can I change the slider button size please? Please see attached. 

    Thanks 

  •  501
    Penci replied

    Hi,

    Please tell me about the question, you want change color or background color.

    Best Regards,

    PenciDesign

  • jimbojames replied

    Hi, 

    I'm looking to made the slider button bigger to 75px squared, change the background colour to blue: #274f94

    And make the arrow head in the slider button to 22px. 

    I've tried having a go at this. If you've got the css classes, I can figure it out. 

    Thanks

  •  501
    Penci replied

    Hi,

    Please go to customizer > addtional css then add custom css to do that

    .penci-owl-featured-area.penci-owl-carousel-slider .owl-nav .owl-next {
        width: 75px;
        height: 75px;
        background: #274f94;
        font-size: 22px;
    }


    Best Regards,

    PenciDesign