Home Forums Basel support forum Change Colours of hot / new / sale tags in the menu

Change Colours of hot / new / sale tags in the menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #128364

    Rik
    Participant

    Hi, I’m wanting to change the colours of the hot / new / sale tags in the menu as you have in some of your demos. Can you point me in the right direction as to how to do this please? I can’t figure this out :/

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

    Hello,

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

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

    body .menu-label-new{
    background-color:green;
    }
    body .menu-label-new:after{
    color:green;
    }
    body .menu-label-hot{
    background-color:green;
    }
    body .menu-label-hot:after{
    color:green;
    }
    body .menu-label-sale{
    background-color:green;
    }
    body .menu-label-new:after{
    color:green;
    }

    Replace the color as per your needs.

    Best Regards

    #128410

    Rik
    Participant

    Thanks for your fast reply, please see the private content…

    #128453

    Hello,

    Insert the whole code from the forum into Theme Settings > Custom CSS > Global http://prntscr.com/o1fwqw

    And then replace the color.

    Best Regards

    #128491

    Rik
    Participant

    Hello Elise,

    My apologies – this works just fine. I think I had 2 x tabs open, both for ‘settings’ and one was overwriting the other. All sorted now so thanks for your speedy response.

    Rik.

    #128495

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Change Colours of hot / new / sale tags in the menu’ is closed to new replies.