|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Major grins
|
Removing Map This Button
I would like to remove the Map This button from my seach page.
http://aaroncjors.smugmug.com/find You can see it is in the Top Right Corner of the Keywords box. Have this in my CSS now but I guess it's now working. [FONT=Times New Roman]Removes Map This Button:[/FONT] [FONT=Times New Roman]/* turn map this button off */ .map_this { display: none; }[/FONT]
__________________
www.aaroncjors.com |
|
|
|
|
#2
|
||
|
SmugMug Support Hero
|
Quote:
.find .map_this {display: block;} .find .map_this { display: block; position: relative; top: 70px; left: -10px; }
__________________
Rich | My Site | SmugHelp | Customizing SmugMug Simplified | FAQ | Webdev Tutorial | |
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|