• Resolved cetacousin

    (@cetacousin)


    Hi

    I love this plug in so far however I cannot seem to change the font or remove the borders. I would love it to be borderless and font to be calibri (not times new roman).

    Any help would be most appreciated.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @cetacousin,

    Please use this custom css :

    #tab_container_17067 .tab-content {
    font-family: calibri !important;
    border: none !important;
    }

    #tab_container_17066 .tab-content {
    border: none !important;
    }

    Thanks!

    Thread Starter cetacousin

    (@cetacousin)

    Brilliant thanks – that has worked on the content but not the headers (tab titles).

    Also anyway I can apply these settings for all the tabs? I will be eventually be creating about 800.

    Hi,

    Use this custom css for change all tabs content and header font-family:

    .presentation a{
    font-family: calibri !important;
    }

    .tab-content {
    font-family: calibri !important;
    border: none !important;
    }

    .tab-content {
    border: none !important;
    }

    Thanks!

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