Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #715307

    Hi,
    We are working on a page on our website and are using color boxes with special headings over the image. The first color box on the page is displaying the correct font style. We have the H6 header set to the finger paint font in the theme options advanced styling section. The special heading box that is place on top of the color box has the heading type set to H6. The next color section on the page has a special heading FAQ’s Cycle & Safety – the font is not displaying correctly here. We created this in the same exact way.

    So I though maybe we skipped a step or something. I duplicated the 1st color section on the page with the special heading you’ll see this further down the page and it says FAQ’s reservations – here again the box does not display the correct font.

    Any idea what could be wrong.

    Thanks,
    Yvonne

    #716277

    Hey ycoleman31,

    Thank you for using Enfold.

    It’s a small glitch in the advance layout builder where the sections are rendered outside the wrap_all container but it is fixable. We edited the page and move all the elements inside their own color sections.

    Best regards,
    Ismael

    #721180

    Hi Ismael,
    Thank you for fixing that. However, we are now having problems on other pages, with some h2 fonts being all in caps on some pages and some pages not. Is there going to be a long term fix for this issue?

    Thanks,
    Yvonne

    #722080

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    h1,h2,h3,h4,h5,h6 {
        text-transform: none !important;
    }
    

    That will remove text transform from headings :)

    Best regards,
    Yigit

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