• How do you change the color of the slider buttons. I’ve changed all “general styling” to my desired color scheme and the button still stays blue. It has only changed the color when hovering.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Amit Singh

    (@apprimit)

    Hello,

    Can you please share your site link so that I can check it? Have you cleared cache after changing the color?

    Thread Starter spinlead

    (@spinlead)

    the page in question is: https://nfcjewel.com

    Also, there is currently no caching to be cleared. And to be sure I’ve tried from other computers/incognito

    Thread Starter spinlead

    (@spinlead)

    Is there any way to change this? I still need help…

    Plugin Author Amit Singh

    (@apprimit)

    Add the below code to the Customize > Custom CSS section to change the color –

    .posts-slider .oceanwp-post-category {
        background-color: #ef0606 !important;
    }
    .posts-slider .oceanwp-post-category:hover {
        background-color: #000 !important;
    }
    Thread Starter spinlead

    (@spinlead)

    Thanks for the custom css but that didn’t work. I want to change the slider arrow button that is blue to gold. This is the color I would like the slide button changed too. #f9ca63

    When the slider arrow button is hovered over it works fine but not hovering over it for whatever reason it is blue.

    Plugin Author Amit Singh

    (@apprimit)

    Use the below css code to change the arrow color –

    .oceanwp-post-list.two .slick-arrow {
        color: #f9ca63;
    }
    .oceanwp-post-list.two .slick-arrow:hover {
        color: #f9ca63;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change Button Color’ is closed to new replies.