Hot answers tagged header
5
You can use SmugMug's random.mg feature to achieve this.
Choose a gallery that the random photos will be picked from (i.e. an existing gallery, or create a new gallery by uploading photos or by using the Smart Gallery feature to pull photos from other galleries).
When you're viewing this gallery, the address in your browser's address bar will look ...
3
That's where CSS IDs/classes come in. You can wrap your image map and header with a separate ID using a div tag like this:
<div id="myimagemap">
here comes your imagemap
</div>
and then you can address that ID with CSS code. For example this would generally hide the imagemap:
#myimagemap {
display: none;
}
and with the following code it ...
3
It's not possible to customize the shopping cart, however, at the Professional account level you're able to add your own branding following the instructions outlined here: http://help.smugmug.com/customer/en/portal/articles/93350
Only top voted, non community-wiki answers of a minimum length are eligible