removing a css
wellsie82
Registered Users Posts: 27 Big grins
I've got two "working" css's on my site at the moment, one to hide keywords in my gallery
and another to hide the reference to smugmug on the foot of the pages
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
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
.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
0
Comments
a.s.