-
Author
-
July 25, 2016 at 18:55 #130126digitalbazaarParticipant
The tab font size is way too small. I don’t see where to change it. Its currently size 16 but none of the fonts in theme settings are set to 16. Where do I change the font size of the tabs?
Thanks
July 25, 2016 at 19:06 #130135RaduModeratorHi,
If you are looking to change the tab title font size only on home page use this css
COPY CODE.home .kleo-tabs.tabbable li a { font-size: 20px !important; }
If you want sidewide use this
COPY CODE.kleo-tabs.tabbable li a { font-size: 20px !important; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJuly 25, 2016 at 19:11 #130138digitalbazaarParticipantThanks a lot for such a quick reply. Unfortunately the style.css is not writable, so I can’t make any of these changes. How do I make style.css writable?
Thanks
July 25, 2016 at 19:27 #130140RaduModeratorHi,
You can add that css to theme options from 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. Ticket solutionJuly 25, 2016 at 19:37 #130141digitalbazaarParticipantWorked great,thanks. How do I make the font bold?
July 25, 2016 at 19:42 #130143RaduModeratoradd after font-size: 20px !important;
font-weight:bold;
font-family:”Open Sans”;If you want to change the font family first you should load it from theme options -> fonts -> choose for h6 font family that you want to use it.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.