• Resolved fabrizio1976

    (@fabrizio1976)


    Dear all,

    I would like to remove the area where the logo goes, so no white space above the menu/slider. Anyone knows the trick?

    Thanks

    Fabrizio

Viewing 3 replies - 1 through 3 (of 3 total)
  • Add this to your child theme or custom css.

    header hgroup {
    display: none;
    }

    Thread Starter fabrizio1976

    (@fabrizio1976)

    Thanks a lot!!!!! It worked!

    Not to abuse of your kindness and skills but maybe you can also advice on on adding an image on the header of the default page? Even better if this can be set different for different pages. Please browse to diascubanos.com and just click on the menu. I made this site purely out of HTML/CSS but soon I would like to improve it make it on wordpress.

    Thanks!!!!

    It is possible to have different header backgrounds on pages.
    It might look something like this.

    PAGE ID header{
    background-image; url(LINK TO IMAGE);
    }

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

The topic ‘Help with header’ is closed to new replies.