Home Forums WoodMart support forum change only menu colors

change only menu colors

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #49230

    igant512
    Participant

    Hello i need to chance some colors, but only those in the pic im adding.

    Menu color, and product description color.

    Thanks!

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

    Hello,

    Thank you very much for choosing our theme and contacting our support.

    There is the option to set dark or light color scheme. If you want something special, provide your site link so that I could prepare custom CSS to change. What color do you want to set?

    Best Regards

    #49271

    igant512
    Participant

    Thanks, the color would be: #00B0F6

    #49300

    Hello,

    Here is CSS code to change the color of menu and Categories opener:

    .menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0>a {
        color: #00B0F6;
    }
    .menu-opener.color-scheme-light {
        color: #00B0F6;
    }
    .menu-opener.color-scheme-light .burger-icon, .menu-opener.color-scheme-light .burger-icon:after, .menu-opener.color-scheme-light .burger-icon:before {
        background-color: #00B0F6;
    }

    If you want to change Categories opener background, navigate to Theme Settings > Header > Category menu

    Best Regards

    #49304

    igant512
    Participant

    Hello, this CSS dosnt change what i think i ask you for, the green background of menu color.

    #49343

    Hello,

    I suspected that you meant changing the background that is why I suggested you navigate to Theme Settings > Header > Category menu

    If nothing changes, navigate to Woodmart > Header Builder > and change the background in the settings as shown here: http://prntscr.com/ix7i9r

    Best Regards

    #49349

    igant512
    Participant

    nice the background has changed. Now how can i change ONLY the product description above line, not all price, menu text.

    how can i do that?

    #49354

    Hello,

    Try to change colors in Theme Settings > Styles and Colors > Primary and Secondary color

    In this case, the main color accent would be the same you have configured. If you do not want to change colors scheme throughout the site, I will generate CSS code for line. This one right http://prntscr.com/ix86cm ?

    Best Regards

    #49356

    igant512
    Participant

    Yes that one and the” descripciĆ³n ” thanks!

    #49421

    Hello,

    You can try this code:

    .woodmart_additional_tab_tab .active a:after {
        background-color: #00B0F6;
    }
    .woodmart_additional_tab_tab .active a {
        color: #00B0F6;
    }

    If this code is not workable please provide access to your site.

    Best Regards

    #49526

    igant512
    Participant

    This CSS dosnt work, i leave you the access

    #49694

    Hello,

    You can use this CSS code adding it into Theme Settings > Custom CSS:

    .tabs-layout-tabs .tabs li.active a:after {
        background: #00B0F6;
    }
    .tabs-layout-tabs .tabs li.active a {
        color:#00B0F6;
    }

    Best Regards

    #429994

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

    Best Regards

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

The topic ‘change only menu colors’ is closed to new replies.