• Resolved rook

    (@rookandamosymailcom)


    Hello all, I am currently trying to make a see through gap between my nav bar and the top of the page. I have a nice see through gap between the footer and content but would like the same at the top, otherwise my site looks weird. Here is a link to my site:

    https://harrybuild.rookandamosdesign.co.uk/drawings/

    I have a basic understanding of CSS and really just want to be pointed in the right direction. Any help would be most welcome

    all the best

    Harry

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Did you try CSSCreator as discussed previously?

    Gwythan

    (@kevin-ashbridge)

    Sure, Add the following CSS to your site:

    .one-column #page {
    background-color: transparent !important;
    }

    #primary {
    background-color: black !important;
    }

    Thread Starter rook

    (@rookandamosymailcom)

    yeah I used that piece of code you gave me an that worked for the footer, but It made my nav bar link up to the content, I looked on CSS creator, but don’t know enough to to know what im looking for, what is this process called? maybe my knowledge of CSS is more basic than I previously considered.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    CSS Creator is a forum that specialises in CSS support, more helpful and relevant than www.ads-software.com for specific CSS help.

    Thread Starter rook

    (@rookandamosymailcom)

    kevin your legend, that worked perfectly. and Andrew thanks for the hook up on CSS creator didn’t realise it was a forum(doh) Ill get involved over their.
    cheers guys

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘space between Nav bar and body, opacity’ is closed to new replies.