Home Forums WoodMart support forum Request to Change Active Tab Color in Product Grid Style

Request to Change Active Tab Color in Product Grid Style

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #618947

    jimfarg
    Participant

    Hello,

    I have selected the product style in the grid as shown in the screenshot. This specific style displays the product gallery on hover, using a “tab bottom” appearance.

    As you can see in the screenshot, there are four lines below the product, with one of them highlighted in a darker shade to indicate the active tab.

    Would it be possible to provide me with CSS code to change the color of the active tab line from dark gray to orange (#FF6602)?

    Thank you very much!

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

    Hung Pham
    Keymaster

    Hello jimfarg,

    Thanks for reaching to us.

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

    div.wd-product-grid-slider-pagin{
    	filter: none;
    }
    	
    .wd-product-grid-slider-dot.wd-active{
        background-color: #000;
    }
    
    div.wd-product-grid-slider-dot.wd-active{
    	opacity: 1;
    }

    Regards,

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