• Resolved webby2017

    (@webby2017)


    I have lightened the header image opacity in Lawyeria Lite and need to lighten the text thats overlayed on the header image. How can i do that please.

Viewing 1 replies (of 1 total)
  • Hello,

    To lighten the text color you can simply write a custom CSS for that h3 element.
    For Example:

    #subheader .subheader-color .full-header-content h3 {
        color: #bfc8d1;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Header Image Text’ is closed to new replies.