Home Forums WoodMart support forum Need CSS codes

Need CSS codes

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

    mahmoud_ali_458
    Participant

    I need the CSS code to change the color of menu and cart icons in the header to ” white”

    #702061

    Hello,

    To change menu color:

    1. Navigate to Theme Settings > Typography > Advanced Typography
    2. Create a new rule for the “Main Navigation Links” item.
    3. Adjust the font settings as needed: https://ibb.co/h7NwMp5

    For detailed instructions, please refer to the documentation: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    To change the Cart icon color, try to add the following custom css code in Theme Settings > Custom CSS.

    .wd-header-cart.wd-tools-element {
        --wd-header-el-color: #ffffff !important;
        --wd-header-el-color-hover: rgb(0 0 0 / 80%);
    }

    Best Regards,

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