Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1131832

    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

    • This topic was modified 5 years, 2 months ago by Jak73.
    #1132029

    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

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