Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #942792

    How can I change the properties of a tab section? I want to change the font size, capitalization, and justification of the tabs themselves. See link below for example.

    I want the font bigger, not all caps, and the tabs left justified.

    #942815

    p.s. my site be down temporarily. in case it’s not back up when you review this my question is still valid despite the link not being available.

    #943002

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-inner-tab-title {
        text-transform: none !important;
        font-size: 18px !important;
        text-align: left !important;
    }

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.