Font size & style Accordion or Tabs

edited May 2019 in Fonts
Hi,

how can i change the Font size of accordion or Tabs headlines?


Comments

  • edited May 2019
    i have testet the css for accordion, but it doesnt work for the tabs.

    https://prnt.sc/nq5jb2
    .accordion .question .title{
    font-size:20px !important;
    }
  • Hi,
    Unfortunately, it's not possible through the theme options.
    You have to use the Custom CSS to do that.
    If you don't know how to do it, please send a link to your website and I'll make it for you.
    Thanks
  • the page with the tabs ist not live yet, i am a noob at CSS, but i think i solved the problem with

    .ui-tabs .ui-tabs-nav li a {
        font-size: 18px;
        font-weight: 500;
    }

    Is there a possibility to change only the look of this tabs from Simple to Classic with CSS without changing it in the rest of the site ?
  • Unfortunately, it's not possible to change the style of a website for certain elements only.
    It can be changed only for all of the elements on your website.
    Thanks
Sign In or Register to comment.