Okay
  Public Ticket #1997057
How do I edit the style/colours of the Hot / New labels in Menu?
Closed

Comments

  •  1
    mtmymtm started the conversation

    Can I edit the colours? Can I add new labels?

  •  675
    Neuron replied

    Hi,

    You can change the 'Hot' with the following style

    .l-primary-header .a-menu-badge.a-menu-badge--hot>a:not(.menu-item-icon):before {
        content: 'Hot' !important;
        background-color: #d72323 !important;
    }

    Also you can change the new.

    .l-primary-header .a-menu-badge.a-menu-badge--new>a:not(.menu-item-icon):before {
        content: 'New' !important;    
        background-color: #333 !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •  1
    mtmymtm replied

    that’s great. Can I add a new one by simply adding another section?

    Also how do I apply this style? Where does it need to be inserted to?

  •  675
    Neuron replied

    This needs to be added in the Apperance > Customize > Additional CSS.

    Well, you can replace one of them if needed, adding new would require some extra work, but if you need it, I can explain the process.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •  1
    mtmymtm replied

    it would be very helpful if you could.

    Much appreciated! You’ve been really helpful with all my questions !!

  •  675
    Neuron replied

    Hey,

    I am very sorry for the late reply, here's the solution on creation of new badges.

    1) Tick on the top right button 'screen options'. http://prntscr.com/nk9tuu Enable the CSS classes for the menu items.

    2) Add the following classes, the first class remains the same, you simply need to change the second. http://prntscr.com/nk9u99 In this case, we add fresh.

    3) Add the following style for every new badge.

    .l-primary-header .a-menu-badge.fresh > a:not(.menu-item-icon)::before {
      content: 'Fresh';
        background-color: #333;
    }

    Do not forget to change the class which stands on the .a-menu-badge.fresh.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •  1
    mtmymtm replied

    Works like a charm! Super sweet - I didn't even realize there are the Screen Options up there :) every day is a school day :D

  •  675
    Neuron replied

    Good to know, I am very glad that you like itsmile.png

    If you like our theme, please leave us a rate with 5 stars, that would help us a lot.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •  1
    mtmymtm replied

    Sounds good. Where do I rate the theme? I will definitely be looking at more of your themes for other projects. Great job!

  •  675
    Neuron replied

    Good to know, feel free to ask for anything you need.smile.png

    You can rate our theme at downloads tab in ThemeForest. https://themeforest.net/downloads

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.