Tell me more ×
SmugMug Stack Exchange is a question and answer site for SmugMug developers and end users. It's 100% free, no registration required.

I'm wondering How to make the background of gallery categories transparent (or semi-transparent) and how to hide the border around that box?

background: none; !important; border: none !important; } .box {background-color: none;}

works just for categories without sub category.

Besides I need to get rid of the border around the box.

Do you have any hint for me?

My Homepage (still under construction): http://photojch.smugmug.com

share|improve this question
It is preferred that rather then updating your question to include the answer, that you simply answer your own question using the answer box at the bottom of this page. You can then select it as the "accepted answer" if you wish. – dpollitt Mar 1 '12 at 0:41
I've been trying to do the same thing! Where does this code go? – user467 Mar 26 '12 at 21:34
@trevor it would go in the Tools>Control Panel>Customizations Tab>Advanced Customizations>CSS block. This is for Power and Pro users only. – Doc Walker Mar 27 '12 at 0:36

2 Answers

up vote 0 down vote accepted

Looks like you've done it already, here: http://www.photojch.net/galleries

share|improve this answer

Update! Solution found!

Thanks to Joe Allen's very very quick help:

/Remove Theme/ .galleryPage, .boxBottom, .boxTop, .box {border:none !important} .boxBottom, .boxTop, .box {background:none !important}

solved the Problem. You are great!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.