Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #220117

    HI
    I am working with tabs and noticed the background of the titles changes color on responsive sizes. I know it’s getting the color from the theme, but how do I just changes it for the tabs?
    also, I am trying to increase the size of the font in the tab titles with this:
    .tab_titles {
    font-size: 14px;
    font-weight: bold;
    }
    but it doesn’t seem to do the trick.
    help! thanks

    • This topic was modified 10 years, 2 months ago by Munford.
    #220238

    Hey Munford!

    You can use this:

    .js_active .tab {
    font-size: 14px;
    }
    
    .js_active .active_tab {
    font-weight: bold;
    }

    Cheers!
    Ismael

    #220457

    can I change the background color for mobile sizes with that as well?

    #220459

    got it, thanks!

    #220464

    Dear, as I can center a tab within a page

    #220531

    Hey!


    @rodarialtda
    It seems like you have already started a new topic with your question. So i am closing this one. Glad Ismael could help!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘tab title color & font size’ is closed to new replies.