Hello,
Can you please share your site link so that I can check it? Have you cleared cache after changing the color?
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
Is there any way to change this? I still need help…
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;
}
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.
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;
}