• Resolved joeyslaptop

    (@joeyslaptop)


    I’m updating a friend’s Website from his old Apple iWeb-created Website to a WordPress-driven Website. I want to keep the look and feel similar to what it was.

    His older Website had a header png (with transparency) image that stylishly overlapped his main menu bar. I want to try to keep that feature, but am having trouble locating where I can make that change.

    I’m using the Serenti theme.

    Here’s the old page: https://rainesvideo.com/Raines_Video_Productions/Home.html

    Here’s the new page: https://rainesvideo.com/main/

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

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    hello joeyslaptop,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .container .custom-logo-link img {
        top: 19px;
        position: absolute;
        z-index: 999;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Overlap the header image with the main nav bar’ is closed to new replies.