Tagged: formatting
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.
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
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?
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
Great, that did it. Thanks for the help!