-
Author
-
July 15, 2016 at 04:08 #129240
kjcarleo
ParticipantHello, is it possible to make the menu FONT BOLD?
July 15, 2016 at 17:24 #129278Radu
ModeratorHi,
By using this CSS
COPY CODE.kleo-main-header .nav.navbar-nav li a { font-weight: 900 !important; }
The difference between regular and bold it’s small
The css will be added to wp-admin -> theme options -> general settings -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 19, 2016 at 18:17 #129580kjcarleo
ParticipantHo can U get the bold effect to show up on my other pages MENU?
You can notice here it is not as bold as the main page:
July 22, 2016 at 23:31 #129892Radu
ModeratorHi,
The bold value it’s applied also on that page but the difference between regular and bold is very small.
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 23, 2016 at 17:17 #129929kjcarleo
ParticipantSorry but if you look clearly at these side by side comparison it is quite evident that the top one is BOLDER. Please see the attached image for comparison.
Kevin
Attachments:
You must be logged in to view attached files.July 25, 2016 at 16:53 #130084Radu
ModeratorHi,
Try this workaround :
Go to wp-admin -> theme options -> font -> H6 -> Choose your font and on Font Weight & Style -> choose BOLD
I’ve added this bug on the bug-list and in future will be fixed
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 25, 2016 at 18:19 #130111kjcarleo
ParticipantWill this apply it to all areas identified as “H6”?
Kevin
July 25, 2016 at 18:32 #130117kjcarleo
ParticipantOK should I go ahead and remove the custom css as well?
Also, I noticed that the color on this particular view of the menu looks grayer in color than the main page. I at first thought it was because the BG I chose, but I removed it and it still seems to be grayer in color than the main menu. Please let me know how to make it 100% white.
See the attachment for comparison.
Kevin
Attachments:
You must be logged in to view attached files.July 25, 2016 at 18:38 #130121Radu
ModeratorFirst try without removing CSS
Now use this css for 100% white
COPY CODE.kleo-main-header .nav.navbar-nav li a { color: #fff !important; }
Cheers
R.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.