Home Forums WoodMart support forum How to Change Underline Color in Ajax Products Tab?

How to Change Underline Color in Ajax Products Tab?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #421330

    ch.tamim
    Participant

    Hi there! Could you please tell me how to change underline color in Ajax Products Tabs? See the attachment for reference. I’m using WPBakery. Thanks!

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

    Hello,

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

    This color is changed globally in the Theme Settings > Styles and colors. If you do not want to change the main color, you can add this CSS to the Theme Settings > Custom CSS:

    body .tabs-wd-637415099125e.tabs-design-default .products-tabs-title .tab-label:after {
        background-color: red;
    }

    If you have any questions, please feel free to contact us.

    Best Regards

    #421471

    ch.tamim
    Participant

    Hi Elise! Thank you for prompt reply!

    I don’t want to touch the code, so I changed the color in the Theme Settings > Styles and colors> Colors, please see the attachment and the website here.

    It didn’t work. Is there any way that I change the color without adding the code?

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

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #421754

    ch.tamim
    Participant

    I have provided required details in the private content field. Thanks!

    #421981

    Hello,

    The only way to change the color is by adding the CSS I provided above.

    If you have any questions please feel free to contact us.

    Best Regards

    #422327

    ch.tamim
    Participant

    Hi! Your CSS didn’t work?! Could you please check into this.

    #422380

    Hello,

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

    body .tabs-wd-63739a85824d2.tabs-design-default .products-tabs-title .tab-label:after, 
    body .tabs-wd-63739a85824d2.tabs-design-alt .products-tabs-title .tab-label:after {
        background-color: red;
    }

    Best Regards

    #422690

    ch.tamim
    Participant

    Thanks! The code worked. Yet I consider this a bug and looking forward it to be fixed in future update.

    #422943

    Hello,

    We will do our best.

    If you have any questions please feel free to contact us.

    Best Regards

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