• When I view my post the navigation bar includes the “log in” and “dashboard”.
    How do I get rid of them?? Please help

Viewing 6 replies - 1 through 6 (of 6 total)
  • Do you have a link to the site?

    Thread Starter smartmove5

    (@smartmove5)

    Yes, thank you. It’s https://powerfulcashmakingsites.com

    Hm, could be part of the theme I guess. ‘We’ normal people see only log in.

    You can hide it in the css of the theme
    This is already there:

    ul#admin li {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    }

    change it in:

    ul#admin li {
    display: none;
    }

    Thread Starter smartmove5

    (@smartmove5)

    I absolutly love you!!!! I’ve been racking my brains out trying to figure it out. I know “nothing” about css. All I know is that it worked! The online support I’m suppose to be getting is no help at all, or they respond to you when they feel like it which is maybe 4 times a week if you’re lucky. Anyway, I can’t thank you enough. Maybe you could tell me why I can’t change the header. I’ve been typing the url of the header and changing the default to “define here”, which is supposably what you’re suppose to change it to. It’s not working. Thank you, thank you, thank you!!

    Your header is pointing to https://www.freewebpageheaders.com/gallery/showphoto.php?photo=1325
    That can’t be right.

    Thread Starter smartmove5

    (@smartmove5)

    That’s the url address I copied from my address bar for that particular header. Is that not right?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove navigation links, login and dashboard’ is closed to new replies.