Hi,
i’m trying to add H2 tags to the footer:
h2.custom2-h2 {
font-size:16px !important ;
}
Unfortunetly it does not look same like the other footer entries.
I tried to change the line-height, but i could not find a way to make it look same with footer column 1,2 or 3.
Specially the last line of the footer (4th column):
“Hypnotische Sprachmuster im Verkauf”
Any idea?
kind regards Jak
Hey Jak73,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#text-7.widget h3,
#text-6.widget h3,
#text-3.widget h3,
#text-2.widget h3 {
font-size: 16px;
font-weight: normal;
}
If you need further assistance please let us know.
Best regards,
Victoria