Shop Slider Arrow Link Color

I don't see where I can change the link for the arrows on my shop slider. It seems to be a blue arrow on a blue background.



https://imgur.com/a/8XSpKSz

Comments

  • Also, I see that when I share this site, the description is the default for the theme. "BeITService | Best WordPress theme for IT services" How can I change that as well?

  • Hello,

    1) To change the arrow color, you need to create Custom CSS Code and put it in Betheme -> Theme options -> Custom CSS & JS -> CSS. If you need help with that, please, let me know.

    2) To change the description, please, go to Betheme -> Theme options -> SEO, and set it in Meta | Description.

    Thanks

  • Re 1) I do need help with that. The color of the button isn't the issue, its that the background of the element is also the same color as the button. Did you see my screenshot?

  • Please, try to use the following Custom CSS Code.

    .shop_slider .slider_navigation a.button{
     background-color: #1f47c7!important;
    }
    

    Thanks

Sign In or Register to comment.