Home Forums WoodMart support forum Change header elements color

Change header elements color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #126310

    penguined
    Participant

    Hello,

    I would like to change color of some elements in the header. Please see the screenshot

    #126355

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global and replace the color as per your needs:

    body .search-by-category .input-dropdown-inner>a {
    color:red;
    }
    body .searchform .searchsubmit {
        color: red;
    }
    body .woodmart-wishlist-info-widget>a{
    color:red;
    }
    body .woodmart-shopping-cart>a {
    color:red;
    }

    Best Regards

    #126521

    penguined
    Participant

    I can change the colour of search submit button and background colour of category dropdown list but I am unable to change the text colour of the categpry dropdown list.

    I am also unable to change the colour of the cart and wishlist.

    #126548

    Hello,

    You can change the font color by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Have you added the provided code? Add the code I do not see you have added.

    Best Regards

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