How to add my header to search results page?

razerrazer Registered Users Posts: 86 Big grins
edited July 3, 2006 in SmugMug Support
Guys ive had a quick search but cant find the answer. I just tried a search of my page as im trying to add captions etc. When i searched i noticed that my header doesnt show up on the results page.

I know how to actually add the header to my own pages (i.e. specific galleries, such as ".gallery_1378297 #my_header" ,
etc) but i wasnt sure that to direct my header at as such for the results page, since the results vary

Hopefully that makes sense.

www.razer.smugmug.com

Thanks

Comments

  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited July 3, 2006
    Add the part in red



    /* SHOWS L&A PHOTOGRAPHY BANNER */

    .searchResults #my_header,
    .homepage #my_header,
    .popularGallery #my_header,
    .gallery_1378297 #my_header,
    .gallery_1602861 #my_header,
    .category_Now_Showing #my_header {
    display: block;
    background: url(http://razer.smugmug.com/photos/42190394-O.jpg);
    height: 250px;
    width: 600px;
    }
  • razerrazer Registered Users Posts: 86 Big grins
    edited July 3, 2006
    Andy wrote:
    Add the part in red



    /* SHOWS L&A PHOTOGRAPHY BANNER */

    .searchResults #my_header,
    .homepage #my_header,
    .popularGallery #my_header,
    .gallery_1378297 #my_header,
    .gallery_1602861 #my_header,
    .category_Now_Showing #my_header {
    display: block;
    background: url(http://razer.smugmug.com/photos/42190394-O.jpg);
    height: 250px;
    width: 600px;
    }

    That seems too easy. wish i could get FF here at the office and look at these damn things myself.

    Thanks again andy.
Sign In or Register to comment.