• I would like to modify the navigation. It looks great on the home page but when you click on other pages there’s that weird gray overlay.
    – how can I change the grey overlay to white?
    – is it possible to have an alternative site logo (with the “inspiration” in black instead of white so it shows up?”
    – can I hide the menu on ever page except the home page and redesign it in elementor?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    how can I change the grey overlay to white?

    Try to use this CSS code:

    header#masthead {
        background-color: rgba(255, 255, 255, 0.1);
    }

    …instead of this:

    header#masthead {
        background-color: rgba(0, 0, 0, 0.1);
    }

    Please create a separate topic for each of your other issues in order to make it easier to help you.

    Kind Regards, Roman.

    Thread Starter lachellechrysanne

    (@lachellechrysanne)

    Is there a way to make the overlay transparent?

    Hello,

    Is there a way to make the overlay transparent?

    Sure, just use transparent instead of rgba(255, 255, 255, 0.1);

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hiding Menu and redesigning on non-home pages’ is closed to new replies.