• Resolved satelit1978

    (@satelit1978)


    Hello!
    How can I raise the image to the top of the screen and make the background-color of the header transparent?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter satelit1978

    (@satelit1978)

    I mean the video under the header and post the navigation with the logo on the video

    Theme Author themevision

    (@themevision)

    Hello,@satelit1978!

    Try to insert the following code into Customizing-General->Additional CSS:

    .sticky-header{
        position: fixed!important;
        background-color: transparent !important;
    }

    Regards

    Thread Starter satelit1978

    (@satelit1978)

    Thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘header’ is closed to new replies.