Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1351073

    I’m working on a website and have some formatting issues – see image link here: https://imgur.com/cPm3qzr.

    There is a black line between the Grid Row section and the regular section below (but not the section above). How can I remove it?

    Also, the H1 in the Text Section of the bottom section is transformed to all caps, but the the H1s in the Text Sections above are not. How can I make it not caps?

    Thanks in advance.

    #1351127

    Hey advteksol,

    Thank you for the inquiry.

    That is the default border of a generic section. Try to move the elements below the grid row element inside another color section and adjust the Styling > Border > Section Top Border Styling / Section Bottom Border Styling options.

    Best regards,
    Ismael

    #1351202

    OK, moving the generic sections into a color section with no border styling did take care of the black border at the top. Thanks.

    The H1 title header still shows all caps in that section, whereas in the Grid Row sections above the title is not capitalized. How do I make it so the title is not capitalized?

    #1351209

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
      text-transform: none;
    }
    

    Best regards,
    Yigit

    #1351254

    Great, that did it. Thanks for the help!

    #1351257

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Formatting’ is closed to new replies.