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.

Is it Possible to remove map this from the homepage but keep it on the galleries, I can remove it from everywher but that is not what I am trying to achieve

share|improve this question

1 Answer

For Power and Pro users, in your site wide advanced customizations CSS box add this:

.homepage .map_this {
display: none;
}
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.