• Just above each TG product carousel, above the last product on each row are “slider buttons” like this…. < >
    When I hover over the buttons, they do light up to my theme color of #00aa88

    Problem is, my page background color is white and the button background color is white so it is very difficult to see the buttons unless you know it’s there.

    Question is: Is there an additional CSS snippet I could use to change the background color of the buttons?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    For changing the color of the carousel controls, you can go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    .widget-featured-collection .bx-controls .bx-prev, .widget-featured-collection .bx-controls .bx-next{
    	background-color: #00aa88;
    }

    Thanks.

    Thread Starter mooreministore

    (@mooreministore)

    Rajesh, you are genius. This worked like a charm and looks beautiful. Thanks ??

    Hi,

    Glad to know it worked. Feel free to ask again if you get any issue regarding the theme. If you liked this theme, you can help us by leaving a review.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘TG Product Carousel Slider Button Color’ is closed to new replies.