-
Author
-
April 15, 2015 at 15:50 #54570
revankar
ParticipantHow to change primary menu font Color ? i want to change the primary menu color. right now i have change the text color of header but it is always remain white font. please let me know how to change the color?
Attachments:
You must be logged in to view attached files.April 15, 2015 at 17:41 #54626Radu
ModeratorHello,
Please provide the url,
I will give you a css snippet fix for font color.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 16, 2015 at 14:28 #54792Radu
ModeratorCOPY CODE.kleo-main-header.header-left:not(.header-scrolled) .navbar-collapse>ul>li>a {color:#000 !important;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 4, 2015 at 21:13 #85638saeides
ParticipantHello,
Where this css should be pasted? Quick css under theme options?
November 5, 2015 at 16:06 #85717Radu
ModeratorHI,
The css that i have you provided is need to be pasted or in Wp-Admin -> Theme Options -> General Settings -> Quick CSS or via FTP to wp-content/themes/kleo-child/style.css
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 5, 2015 at 17:37 #85733saeides
ParticipantThank you for your reply. I’ve tried it but no luck.
Any idea?
BTW, would be awesome if you know how to change the menu text colour in homepage (transparent menu).Thanks in advance
November 5, 2015 at 18:21 #85744Radu
ModeratorHi,
Make sure that you have a cache plugin, if you have, after each modification is need to clear the cache.
If you cannot load the CSS that i have you provided you please provide admin credentials.
Regarding the color of the transparent menu,please provide a screenshot that pointing out the changes
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 5, 2015 at 19:06 #85767Radu
ModeratorHi,
I’ve added this CSS snippet to your Theme Options -> General Settings -> Quick CSS
COPY CODE.kleo-main-header:not(.header-scrolled) .navbar-collapse>ul>li>a {color:#000 !important;}
Now, the menu items color are black until you scroll, then the text links color will change to white.
Let me know if is ok.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 5, 2015 at 19:11 #85769saeides
ParticipantRight. I appreciate your help. I’m wondering why when I changing that to colour#950cc2 that doesn’t work?
November 5, 2015 at 19:40 #85781Radu
ModeratorHi,
I’ve changed the color to “950cc2”
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 16, 2016 at 20:01 #111039trsl2
ParticipantI have followed this to get black main menu headings which worked fine. But now the menu on my iPhone is blacked out.
March 17, 2016 at 16:55 #111275Radu
ModeratorHi,
Add this css that will set the background color, replace #dadada color with your desired color
COPY CODE@media (max-width: 991px) { .kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header { background-color: #dadada; }}
Cheeers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 17, 2016 at 18:28 #111315trsl2
ParticipantThat didn’t work. It’s sill blacked out on my mobile.
March 18, 2016 at 12:01 #111485Radu
ModeratorHi,
Provide url
cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 18, 2016 at 18:48 #111607Radu
ModeratorHi
Use this
COPY CODE@media (max-width: 991px) { .kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header { background-color: #222 !important; }}
It works for me via Inspect element
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 18, 2016 at 19:51 #111644trsl2
ParticipantThis is wasting my time. You have just re-created the original problem and turned the main Menu white again??????? I wanted the Main Menu Black which I managed through following this topic but that meant the menu on my mobile was blacked out too!
March 21, 2016 at 16:47 #111979Radu
ModeratorDo you have solved your problem ? i see your menu it’s ok
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.