Home Forums WoodMart support forum Best Seller Slide

Best Seller Slide

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #439972

    dschismenos
    Participant

    Hello guys, need your help. How can we change the color of the arrows in these sliders from white to black ?

    #440053

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body #woodmart-main-slider_wrapper .metis.tparrows {
        background: red;
    }
    body #woodmart-main-slider_wrapper .metis.tparrows:before {
        color:yellow;
    }

    Best Regards

    #440130

    dschismenos
    Participant

    Hello Elise,

    we have entered the code but nothing happened. Is it clear for you which arrows we would like their color to change ?

    BR

    #440131

    dschismenos
    Participant

    We would like to change the arrow of the slider of the best sellers, please find below the screenshot of the field we are interested to.

    Attachments:
    You must be logged in to view attached files.
    #440366

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .show-arrow .wrap-loading-arrow > div:after {
    color:red;
    }

    Best Regards

    #440412

    dschismenos
    Participant

    Hi again, will insist since you are giving me false instructions.

    We need the arrows in the section in the screenshot to be changed. Screenshots attached.

    Attachments:
    You must be logged in to view attached files.
    #440529

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .flickity-button.next,
    body .flickity-button.previous {
    color:black;
    }

    Best Regards

    #440731

    dschismenos
    Participant

    this is correct. thank you !

    #440938

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Best Seller Slide’ is closed to new replies.