• How can I make my header big half as it is now? no problem if the logo will become smaller.

    And how can I remove the overlay color that cover all the background image on this and other pages (except Homepage). I know how to change the color, but I would like to remove it completely or to make it invisible!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can’t see what you are talking about, dont have link to your page.

    But you can achieve all that via CSS

    Thread Starter nik19

    (@nik19)

    https://www.makemoneywithnik.com/mmm-2/
    I do have already resized the header.
    I still would like to learn how to remove the overlay color from the background, and if it’s possible I would like to remove it only in certain pages

    Thread Starter nik19

    (@nik19)

    Thanks everybody, for many answers

    Hello there,

    I still would like to learn how to remove the overlay color from the background, and if it’s possible I would like to remove it only in certain pages

    Each row has a unique ID name, try to remove it per row instead. To find the ID name, you can use the browser’s inspector tool https://cloudup.com/cFTDj1wGUvJ.

    To remove the overlay on that page, try to apply the following CSS code:

    #pg-173-0 .overlay{
      display: none;
    }

    I hope this reply helps.

    Regards,
    Kharis

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hello, help with heade size and Rows overlay’ is closed to new replies.