• Resolved kisslinger.uli

    (@kisslingeruli)


    Hi,
    please look to https://www.scorby.de
    I’m using your template with a header image but the underline of the text is still there. I disabled checkbox “Show Headertext. How can I hide this underlining?

    Thank you in advance for your feedback!

Viewing 6 replies - 1 through 6 (of 6 total)
  • add this to your custom css or at the bottom of your child theme style.css file

    .site-logo {
        display: none;
    }

    Hi @kisslinger.uli,
    You need to add next code via custom CSS plugin or into style.css in your child theme

    .site-logo:after {
        display:none;
    }

    Child themes tutorial – here
    Custom CSS plugin (this for example, you can use anyone) – here

    Thread Starter kisslinger.uli

    (@kisslingeruli)

    Perfect, it worked. Thank you!

    5ingingwolf

    (@5ingingwolf)

    Hi kisslinger.uli

    How did you personalise the footer text so it has your copyright rather than the theme and wordpress info?

    Thanks

    eczema-news.net

    Thread Starter kisslinger.uli

    (@kisslingeruli)

    Hi,

    this is a standard function of the theme I think. Just go to “Footer” in theme settings. There you can type in your own footer text.

    5ingingwolf

    (@5ingingwolf)

    Wow, so easy I feel stupid now ??

    Thanks so much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Underlining of Header’ is closed to new replies.