• Resolved elibrarian27

    (@elibrarian27)


    Hi, I am trying to create a tabbed search box for a research library to be the centerpiece. One tab, search the catalog, Another, search course reserve. Another, article databases. Another, ebooks. Another, Google Scholar. Another, dissertations, etc. I have tabby tabs embedded in a 3 column layout. I want to reduce the font size of the tab titles so I can fit more in without the tabs wrapping. Do I have to purchase customizer for that or is it possible to edit the CSS to reduce the font size? Thank you.

    Emily

    https://wordpress.org/plugins/tabby-responsive-tabs/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author cubecolour

    (@numeeja)

    The two options are to create a custom set of styles to replace the default styles or to use the customiser add-on.

    The recommended way to apply your own custom CSS changes is covered in the theme’s readme and the FAQ on the plugin’s page on WordPress.org. Although the title of the FAQ item to look for is “How can I change the colours?”, it equally applies to any other CSS changes such as the font size.

    Thread Starter elibrarian27

    (@elibrarian27)

    Nevermind, I got it . . . thx!

    .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item {
    font-size: 10px;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can font/tabs be reduced in size without buying customizer?’ is closed to new replies.