Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #828701

    Hi,

    Special headings in tabbed sections seem to behave differently to special headings in color sections.

    I have provided links in the section below. How do we make the special headings in tabbed sections look the same as the ones in colour sections?

    Thanks for the help!

    #828865

    Hey antisemitism,

    I’ve checked both and I can’t see any difference, both are using same fonts and font sizes, other properties such as font weight are also similar, can you post a screenshot on the special headings you want to compare, I might have overlooked it.

    Best regards,
    Nikko

    #828933

    Hi Nikko, Do you see that on one page it capitalises the headings (correct) and in the tabbed page it doesn’t put the headings in capitals? Thanks!

    #829350

    Hi,

    Thanks for pointing that out, can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .av-layout-tab-inner .av-special-heading-tag {
        text-transform: uppercase;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #829591

    Thank you! How do we limit that so it only puts H1 and H2 headings in capitals?

    #829594

    Hi,

    I think you can use this code, so it only affects h1 or h2 of special headings:

    h1.av-special-heading-tag,
    h2.av-special-heading-tag {
        text-transform: uppercase;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #829597

    Perfect – thanks Nikko!
    Case closed!

    #829994

    Hi,

    You’re welcome, just glad we could help and thanks for using Enfold :)

    Best regards,
    Nikko

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