-
Author
-
March 2, 2016 at 18:27 #108050tourenParticipant
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
March 2, 2016 at 18:50 #108053RaduModeratorHi
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 solutionAttachments:
You must be logged in to view attached files.March 3, 2016 at 15:06 #108259RaduModeratorYou’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 solutionMarch 7, 2016 at 16:09 #108955tourenParticipantI 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)March 7, 2016 at 17:20 #109003RaduModeratorHi,
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 solutionMarch 7, 2016 at 17:26 #109008tourenParticipantPerfect! Works like a charm!! 🙂
thank you very much!March 7, 2016 at 20:08 #109087RaduModeratorGreat !
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 solutionMarch 14, 2016 at 02:14 #110251investaParticipantNot 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
March 14, 2016 at 19:39 #110437RaduModeratorHi 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 solutionMarch 14, 2016 at 19:49 #110441investaParticipantI have ‘NEW’ would the css be different for that?
March 14, 2016 at 20:34 #110473RaduModeratorNope…
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 solutionMarch 14, 2016 at 22:25 #110533RaduModeratorHi,
Add this css to wp-admin -> theme options-> general settings -> quick css
COPY CODEul#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 solutionMarch 15, 2016 at 17:01 #110751RaduModeratorGood,
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 -
AuthorPosts
You must be logged in to reply to this topic.