Tagged: 

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

    Hi:
    Header is jammed up against slider, how can I use google font Titillium Web plus I want H1 to be #93c83f and how do I get rid of the stupid green line under H1

    #647164

    Hey Jbyorkman,

    Thanks for getting in touch with us!

    Not exactly seeing how the header is jammed up against the slider. Please see my screenshot in the private section. Maybe you could a give a little bit more detail as to what you wish the header to look like in terms of spacing.

    You can follow this link to add a Google font – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file to change the H1 color and remove the green line:

    h1.av-special-heading-tag {
        color: #93c83f !important;
    }
    
    .flex_column.av_one_full.av-animated-generic.bottom-to-top {
        background-color: transparent !important;
    }
    

    Best regards,
    Jordan

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