• Resolved lyle555

    (@lyle555)


    Hi, hoping some could tell me how to remove the the navigation bar at the top of the ‘spine theme’ been trying to look for it in the code for hours now.

    Also worried that if i do anything drastic i might screw up the code, i only have basic knowledge on HTML.

    Would greatly appreciate any help.

    Thanks in advance

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you have a section of the dashboard named, “Custom CSS”, “Custom Styles” or “Jetpack”?

    Thread Starter lyle555

    (@lyle555)

    yea i have a tab underneath dashboard called jetpack

    ps
    thanks for the reply

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In Jetpack’s Custom CSS section, add this;

    #primary-nav {
     position: absolute;
     left: -9999em;
    }

    Thread Starter lyle555

    (@lyle555)

    It says ‘You do not have sufficient permissions to access this page.’

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Where does it say that?

    Thread Starter lyle555

    (@lyle555)

    i did a re-check and i am the administrator on wordpress.
    i bought the domain and hosting myself

    Thread Starter lyle555

    (@lyle555)

    jetpack – custom css/learn more – Edit
    after i click edit it shows me a blank page with that small writing

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try using a Custom CSS Manager plugin to hold your CSS instead.

    Thread Starter lyle555

    (@lyle555)

    sorry just relised i needed to connect to wordpress.com via jet pack to get custom css.
    gonna add the code now

    Thread Starter lyle555

    (@lyle555)

    it worked! but for the wrong nav bar ??

    The bar i want to take out is the one on the very top of my site.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I can’t see your site.

    Thread Starter lyle555

    (@lyle555)

    Thread Starter lyle555

    (@lyle555)

    umm.. also how do i get my main nav bar back?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try these selectors instead;

    body ~ .top-bar

    Thread Starter lyle555

    (@lyle555)

    nope nothing ?? but i did get my main nav bar back ??

Viewing 15 replies - 1 through 15 (of 29 total)
  • The topic ‘How to remove top nav bar from 'spine' theme’ is closed to new replies.