• Stefanie Finn

    (@stefanie-finn)


    My site is https://stefaniefinn.com/ using the Modern Theme.

    I’m trying to make it so the Banner Default Text (under pre-defined text) doesn’t show up at all. It’s large text across the middle of my homepage that I don’t want displayed at all. Does anyone know how to override it so it doesn’t appear?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there Stefanie,

    How are you doing today?

    I’d like to help with removing that but I’m not sure what you’re referring to as the large text on the homepage. This is what I’m seeing there https://screencast.com/t/sj6QuW2t.

    Please advise so I can provide the custom CSS to remove this ??

    Cheers,
    Bojan

    Thread Starter Stefanie Finn

    (@stefanie-finn)

    Thanks for your message Bojan,

    The text appears in the middle of the homepage. The screen shot you sent shows a small white heart-shaped symbol appearing on the left side of the homepage, well if you typed a few words instead of that heart, it would show up as extra-large text.
    I hope this helps in clarifying the issue and I appreciate any help you can offer.

    Stefanie

    Hey there Stefanie,

    Thanks for clarification, this can be removed with some custom CSS. Please try adding the the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .site-banner-header h1.entry-title {
    display: none;
    }

    This should remove the text and the space that text occupies. If you want to keep the space but just hide the text please try adding this instead:

    .site-banner-header h1.entry-title {
    visibility: hidden;
    }

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Stefanie Finn

    (@stefanie-finn)

    Thank you SO MUCH Bojan. It actually worked and I thought it would completely complicated as I’m so new to all this.

    I appreciate it.

    Stefanie

    Hey Stefanie,

    Glad I could help! Have a great day ??

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Overrideing Banner Defalut Text’ is closed to new replies.