• Hi!

    I’m trying to add a site title and now suddenly I have a white box in the header image. How do I get a site title, but no white box?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hello,

    Adding the following style should remove the box:

    #masthead .site-title {
      display: none;
    }

    Thanks!

    Thread Starter beccajoy123

    (@beccajoy123)

    Hi,

    That didn’t work. Whenever I was entering it in the customize section the white box isn’t shown, but whenever I exit out it shows it again.

    Theme Author Organic Themes

    (@organicthemes)

    Hello,

    Maybe this style instead:

    #masthead .site-title a {
      display: none !important;
    }

    Make sure you publish the changes in the customizer.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White box in header image’ is closed to new replies.