• Resolved kapelle

    (@kapelle)


    I can’t figure out how to make the text in the tab bold. I can tweak CSS, I just don’t know where to put the font weight bold code.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter kapelle

    (@kapelle)

    That is, the text in the tab header, not within the tab.

    Plugin Author cubecolour

    (@numeeja)

    You can add your custom CSS rules in the WP customizer’s custom CSS section.

    Thread Starter kapelle

    (@kapelle)

    Could you tell me what code to use and where to put it?

    Plugin Author cubecolour

    (@numeeja)

    Please provide a link to the page on your site which has the tabs

    Thread Starter kapelle

    (@kapelle)

    Unfortunately the website is in development and the host I’m using won’t let people see it until it’s “live” so I can’t share a link. All I want to do is make the text in the tabs BOLD and I have put the “font-weight: bold;” everywhere I can think of and it won’t make the text bold.

    Plugin Author cubecolour

    (@numeeja)

    If what you have already tried is not working, styles in the theme might be overriding the rules you are adding.

    This should work:

    .responsive-tabs__heading,
    .responsive-tabs__list__item {
    	font-weight: bold!important;
    }

    I would not normally recommend adding CSS rules to customize how the tabs display, however in this case it should be safe for just making the titles bold. If further customization is required, using the methods suggested in the plugin’s readme is recommended.

    Thread Starter kapelle

    (@kapelle)

    Perfect! That worked great, thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Bold Font’ is closed to new replies.