• I’m currently building a website for my brother and while I was customizing it, I changed the layout to see what it would look like and a giant gray bar appeared at the top and when i changed it back to default, the bar remained. I have no idea how to remove the gray thick bar on the website. Once you go to the page it is so noticeable.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi there,

    From taking a look it appears you have some additional CSS that may be causing that. In particular the border-bottom-width

    
    .ast-theme-transparent-header #ast-desktop-header > [CLASS*="-header-wrap"]:nth-last-child(2) > [CLASS*="-header-bar"], .ast-theme-transparent-header.ast-header-break-point #ast-mobile-header > [CLASS*="-header-wrap"]:nth-last-child(2) > [CLASS*="-header-bar"] {
      border-bottom-width: 300px;
      border-bottom-style: solid;
    }
    

    Let us know if that helps resolve things for you.

    Thread Starter seantspence

    (@seantspence)

    It is resolved Jose Castaneda. Thank you for your help. This was resolved in less than an hour. I now know where to go for any WordPress concerns. Happy holidays!

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Glad to hear it was resolved.

    Happy holidays to you as well

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Big gray bar at top on website pages’ is closed to new replies.