This topic has 15 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #108050
     touren
    Participant

    Hi there,

    how can I get behind a menu item the blue “HOT” or “NEW” buttons, that you are using in your demo http://seventhqueen.com/themes/kleo/members/demo/ in the navigation menu under e.g. PORTFOLIO

    #108053
     Radu
    Moderator

    Hi

    Just go to wp-admin -> appearance -> menus -> Go to item that you want to label and inside the em tags type your text (see attached screenshot)

    COPY CODE
    <em>NEW</em>

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    #108055
     touren
    Participant

    Thank you very much, Radu!

    That worked fine! 🙂

    #108259
     Radu
    Moderator

    You’re welcome

    Have a nice day

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #108955
     touren
    Participant

    I just wonder if I can also get HOT or NEW Icons the same way in TOP-MENU?
    when I user HOT in the same manner I only get HOT as result (but not colored)

    #109003
     Radu
    Moderator

    Hi,

    If you need that label also in top bar add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .top-bar em {
        border-radius: 2px;
        font: 10px Arial,Helvetica,sans-serif;
        padding: 1px 3px;
        font-style: normal;
        background-color:#00b9f7;
        color:#fff;
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109008
     touren
    Participant

    Perfect! Works like a charm!! 🙂
    thank you very much!

    #109087
     Radu
    Moderator

    Great !

    You’re welcome

    Don’t forget to rate our theme 5 stars on Themeforest since it will really help us.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #110251
     investa
    Participant

    Not sure if I can tag on to an item already marked as resolved or if I should create another topic. So I’ll try here first. I have added the code as suggested above. I also already had the following code in place:

    .header-color .navbar-nav li .caret:after { color: #fff !important;}

    If I add the new code directly beneath it, my grey background colour doesn’t change. Presumable it should be blue with white writing? So … Have I put the new code in the right place or am I missing a step because I already have some css code (to make my mobile navigation menu visible)?

    Thanks

    #110437
     Radu
    Moderator

    Hi Investa,

    Do you try to have Hot label into topmenu ?

    That’s the css for that

    COPY CODE
    
    
    .top-bar em {
        border-radius: 2px;
        font: 10px Arial,Helvetica,sans-serif;
        padding: 1px 3px;
        font-style: normal;
        background-color:#00b9f7;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #110441
     investa
    Participant

    I have ‘NEW’ would the css be different for that?

    #110473
     Radu
    Moderator

    Nope…

    Do you have placed the NEW inside em tags

    COPY CODE
    
    
    <em>New</em>
    
    

    Then let me know where i can see this in actions to can provide you correct css solution if the preview solution was not works.

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #110509
     investa
    Participant
    This reply has been set as private.
    #110533
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options-> general settings -> quick css

    COPY CODE
    
    ul#menu-kleo-primary-menu li a em {
        background: #00b9f7 !important;
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #110537
     investa
    Participant

    Cheers Radu, perfect as usual!

    #110751
     Radu
    Moderator

    Good,

    Have a nice week

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 16 posts - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?