removing a css

wellsie82wellsie82 Registered Users Posts: 27 Big grins
edited August 7, 2013 in SmugMug Customization
I've got two "working" css's on my site at the moment, one to hide keywords in my gallery
.sm-tile-keywords {
display: none;
}

and another to hide the reference to smugmug on the foot of the pages
.sm-page-powered-by a:first-child {
display: none;
}

but ive also got a third, which i added last night & now cannot remove. this third one is to pin the logo/top bar to the top of my page, but it's not working as i wanted & when i scroll down, the images go behind it making it look horrible

i've removed all css boxes on every page this morning, then put the two that i want back in, but this third one is still lurking somewhere & i dont know how to get rid of it. last night i applied it in the css box on the "entire site" bit along with
.sm-page-powered-by a:first-child {
display: none;
}

and now i only see this. i've cleared my history, cookies & net history incase that was causing it - but it's still there. any ideas? :dunno

Comments

  • aschendelaschendel Registered Users Posts: 283 Major grins
    edited August 7, 2013
    Could you have the Pin setting set in your theme's layout?

    a.s.
  • wellsie82wellsie82 Registered Users Posts: 27 Big grins
    edited August 7, 2013
    bingo - that was it! previously it wasn't working, but perhaps the css i put in did something to kick it. in any case, it's back as it was now & thanks for the suggestion
Sign In or Register to comment.