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 #2662674
slider
Closed

Comments

  • Dzorro12 started the conversation

    Hello

    how can I increase the size of the slider points and change their colors

    Thank you 

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, please add more this code to Customize > Custom CSS:

    .featured-area .penci-owl-carousel .owl-dot{ margin: 0 4px; }
    .featured-area .penci-owl-carousel .owl-dot span{ width: 16px; height: 16px; border-color: #4d57d6; }
    .featured-area .penci-owl-carousel .owl-dot.active span{ background: #ff0000; border-color: #fff000; }

    Change values 16 on the above code to the size as you want.

    Change color codes:  4d57d6 and ff0000 and fff000 to color codes as you want. You can get a color code here


    Best Regards,

    PenciDesign