• Hello,

    I cannot seem to figure out how to get rid of the gray double lines that separate the header from my menu. Any help with this would be greatly appreciated!

    I am also looking to add an image as a separator under where the tagline is that says “makeup artist + hair stylist”. If anyone knows how to go about that, I would be absolutely elated. I haven’t made a page since the early 2000s and I feel like a lot has changed since then. Thank you!!

    https://www.nikkisartistry.com

Viewing 1 replies (of 1 total)
  • get rid of the gray double lines that separate the header from my menu

    add this via a custom CSS plugin:
    #access { border-top: none; }

    add an image as a separator under where the tagline

    to replace the grey double line with a background image, add for example this to the custom CSS:

    #site-description {
    border-bottom: none;
    padding-bottom: 80px;
    margin-bottom: 50px;
    background: url(https://example.com/image.jpg) center bottom no-repeat;
    }

    create a matching image, upload it for instance via the ‘Media’ uploader; adjust url, padding and margin to your needs.

    for more details, please post in your theme’s forum at https://www.ads-software.com/support/theme/forever/

Viewing 1 replies (of 1 total)
  • The topic ‘How do I get rid of the lines that separate the header from the menu?’ is closed to new replies.