Hrm ... fix one thing and I break another! My bad. Could you send me the HTML again?
Load your homepage, press Control + U to bring up the source code, Select All, Copy, Paste into Notepad, save as "JR_homepage.html", close notepad, and email me the file. It'll be easier for me to see it with the updated code
Are you talking about the gallery description under the breadcrumb?
You could use the code here and modify it to "display:none;" like so ....
/* Hide the Gallery Description */
.sm-gallery-description {
display:none;
}
Thanks, Aaron. This code didn't work so I checked your site (the link is incorrect, I think you moved things around? but I found it), and I see "important" was critical. So now it works perfectly.
At least through a bad frig-caused-headache I can still sort of function. This was the code I used per your site:
/* Hide the gallery description text */
.sm-gallery-description {
display: none !important;
}
Yes, that was my bad. That link was set to show contents. I changed it and this is not an issue now. The only problem is the accent color for folders, and I sent you snapshots that highlight them.
Yes, that was my bad. That link was set to show contents. I changed it and this is not an issue now. The only problem is the accent color for folders, and I sent you snapshots that highlight them.
Try making the accent color "!important"!
/* Make the accent color important. If you change the accent color in your SmugMug theme settings, you'll have to change it here too :( */
.sm-user-ui .sm-page-widget-nav-popover.sm-page-widget-nav-color-accent a:hover,
.sm-user-ui .sm-page-widget-nav-popover.sm-page-widget-nav-color-accent a {
color: #217AFF !important;
}
Comments
Load your homepage, press Control + U to bring up the source code, Select All, Copy, Paste into Notepad, save as "JR_homepage.html", close notepad, and email me the file. It'll be easier for me to see it with the updated code
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
I'm so very sorry that I didn't know to call out attention to the body menu blocks, which I thought of as apples to the top navbar oranges.
Thanks, Aaron. This code didn't work so I checked your site (the link is incorrect, I think you moved things around? but I found it), and I see "important" was critical. So now it works perfectly.
At least through a bad frig-caused-headache I can still sort of function. This was the code I used per your site:
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
Try making the accent color "!important"!
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
ivarbowthumbthumb.
OK through my headache I am adding the hide description CSS to relevant galleries (about 60 of them).
Thank youuuuuu.