General Problems for New Site
Hello All!
I just got my smugmug up and running and customized'ish, and I have a few slight problems.
1. I want to eliminate all gray backgrounds on every single page on my site.
2. I want to take away all the text that surrounds my galleries, and that little path thing that goes "sitename>gallery>album" that's on my galleries page.
3. There's this little break in the border on every page. I'm pretty sure I'd be happiest without the border at all.
That's all I have for now. Thank you all very much.
I just got my smugmug up and running and customized'ish, and I have a few slight problems.
1. I want to eliminate all gray backgrounds on every single page on my site.
2. I want to take away all the text that surrounds my galleries, and that little path thing that goes "sitename>gallery>album" that's on my galleries page.
3. There's this little break in the border on every page. I'm pretty sure I'd be happiest without the border at all.
That's all I have for now. Thank you all very much.
0
Comments
.boxBottom,
.boxTop,
.box {background: none !important;}
Would need a to see your site for the rest. Got link?
My Website index | My Blog
Alright, the background bit worked beautifully.
Here's my link: heartofgoldfish.smugmug.com
Any progress so far?
always set the theme to default in your control panel then set the
background to white on the customize page.
This in your CSS will remove the breadcrumb > little path thing that goes "sitename>gallery>album".
Is it only on some pages you want it removed? This removes it on all.
#breadcrumb {visibility: hidden;}
.loggedIn #breadcrumb {visibility: visible;}
"I want to take away all the text that surrounds my galleries,"
Can you describe in more detail what you want removed?
My Website index | My Blog
S Dropdown Nav Bar*/
to this
/* Dropdown Nav Bar*/
To remove the album titles add the bold line to this.
p.albumTitle,
p.description,
p.updated {display: none;}
My Website index | My Blog
p.albumTitle,
p.description,
p.updated {display: none;}
My Website index | My Blog