-
Author
-
July 21, 2014 at 18:53 #23100
4bservices
ParticipantI’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 #23175Catalin
ModeratorHello,
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 #231804bservices
ParticipantI 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 #23182Catalin
ModeratorHello,
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 #23433Catalin
Moderatordid 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 #246044bservices
ParticipantSo 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 #246144bservices
ParticipantIn 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 #25472Catalin
ModeratorHello,
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.