Viewing 10 replies - 1 through 10 (of 10 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you have a section in the dashboard for “Custom CSS” changes?

    Thread Starter pienuts

    (@pienuts)

    No, i can not see a section with that name.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Download and install this Custom CSS Manager plugin.

    Then, within the Custom CSS Manager section of the dashboard, enter this;

    body {
     border-top: 0;
    }
    
    #hd {
     display: none;
    }

    Thread Starter pienuts

    (@pienuts)

    Thank you for the help. I will do that and inform you of the result.

    Thread Starter pienuts

    (@pienuts)

    Great. I am a verry happy man now. Thank you so much for the help.
    What if oure master (he can be demanding 😉 ) wants a little grey area above the header for example 10px? What would the code be?

    Kind regards,
    Gerard

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You may need to illustrate what you mean by “area”. You can post links to images here.

    Thread Starter pienuts

    (@pienuts)

    What i mean is that the header is now totaly at the top and before i put in the code it was a big grey area. What if he wants a small grey area?

    Thread Starter pienuts

    (@pienuts)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Add this;

    #hd ~ a {
     display: block;
     margin-top: 20px;
    }

    Mess about with the “20” value.

    Thread Starter pienuts

    (@pienuts)

    Thank you so much for the support. This is great and the solutions are perfect!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘change space above header image randrops’ is closed to new replies.