This topic has 6 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #130126
     digitalbazaar
    Participant

    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

    #130135
     Radu
    Moderator

    Hi,

    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 solution
    #130138
     digitalbazaar
    Participant

    Thanks 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

    #130140
     Radu
    Moderator

    Hi,

    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 solution
    #130141
     digitalbazaar
    Participant

    Worked great,thanks. How do I make the font bold?

    #130142
     digitalbazaar
    Participant

    And how do I change the font type?

    #130143
     Radu
    Moderator

    add 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
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?