Menu Subcatogory Box and Strokes

garmishawgarmishaw Registered Users Posts: 60 Big grins
edited May 20, 2015 in SmugMug Customization
Hi Grant here from snapsbygap.co.nz

Two questions.

1. How can I remove the box and background around the subcatagory words in my menu. I wouldn't mind if it was just the words without the box. At least I will try it and see if it looks ok with the worlds dropping down onto my slideshow picture.

2. How can I get a really faint 1-2 pixel white or light coloured stroke around all my homepage photos to get them to stand out a bit better from the background. Will need instructions for the slideshow, the carousel and the three galleries. Infact all photos on all galleries need a very thin stroke.

Thank you very much indeed

Grant

Comments

  • Hikin' MikeHikin' Mike Registered Users Posts: 5,448 Major grins
    edited May 20, 2015
    If I'm reading your first request. You want to hide the drop-down black background ("boxes")? I would advise not doing that. You wouldn't be able to read your text against your slideshow/photos.

    This will add a 1 pixel white stroke around your home page slideshow, the three Gallery images and Carousel.
    .sm-user-ui .sm-page-home .sm-tile,
    .sm-component-carousel-image-list img {
        border: 1px solid #ffffff;
        }
    
    .sm-component-carousel-scroll {
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        }
    

    If you want that stroke to include your other pages, then use this instead:
    .sm-user-ui .sm-tile,
    .sm-component-carousel-image-list img {
        border: 1px solid #ffffff;
        }
    
    .sm-component-carousel-scroll {
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        }
    
Sign In or Register to comment.