-
Author
-
July 21, 2014 at 18:53 #231004bservicesParticipant
I’m looking to change the navigation font size and perhaps make the font the same as what we have set in the styling options for the H tags. How can I do this?
July 22, 2014 at 14:50 #23175CatalinModeratorHello,
Please take a look at this link:
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 22, 2014 at 15:06 #231804bservicesParticipantI did take a look at that link and tried the code and nothing happens. When I commented on the thread I was told it was a KLEO topic to post in the SweetDate forum.
I tried everything from 18px to 500px and still the navigation font stayed the same.
July 22, 2014 at 15:22 #23182CatalinModeratorHello,
Add this code to your style.css file from the child theme:
COPY CODE.top-bar ul>li a:not(.button) { font-size: XXpx; }
where XX is the size you need.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 24, 2014 at 14:04 #23433CatalinModeratordid you try the code?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 4, 2014 at 16:14 #246044bservicesParticipantSo we tried it and it’s doing the same thing. Sometimes it shows bigger and then after the page loads it goes back to it’s original size.
August 4, 2014 at 16:47 #246144bservicesParticipantIn my Firefox it’s showing nice big and bold font. In Chrome it’s “largish” but thin font it’s not bold/heavy. Same thing in Safari it’s thin font.
Attachments:
You must be logged in to view attached files.August 12, 2014 at 20:17 #25472CatalinModeratorHello,
Please add this in style.css file from your child theme:
COPY CODE@-moz-document url-prefix() { .top-bar ul > li a:not(.button) { font-weight: normal; } }
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.