Custom Footer
vividvisuals
Registered Users Posts: 30 Big grins
Website is www.vividvisuals.asia
I'm wanting to create a custom footer to include a site map with links to important pages on my site and, ideally but less important, a section above that for "We've Worked for" along with logos of some of the brands we've serviced.
So far, all I've found to help me do this is Hikin'Mike's (always helpful!) post about pinning header & footer. Unfortunately this doesn't actually seem to do anything? When I go to the custom css bit for my theme and paste it in, nothing happens.
What I'm going for is a footer similar to this with a black background and white text:
Thanks again!
-Alex
0
Comments
I pretty sure it's not going to pin your footer because of the parallax code.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
If all you want is a custom Footer, without pinning, then this should get you started. I would set your HTML Block's margins from the default 12px to 0.
HTML
CSS
I assume you want to use logos from your brands, so I would make all logos the same height and replace the text for each logo image using the Share a Link.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Mike, you're a legend as always. This is super helpful and looks great.
If I can be picky, just one very small thing. Is there a way to have the font from the social icons match my font elsewhere? Tried to find it in the code but not seeing it.
Not picky at all. You'll have to modify your HTML and add more CSS.
You'll need to wrap the social text in a
<p>
tag, like this in your HTML:<p>Facebook</p>
,<p>Instagram</p>
, and<p>E-Mail</p>
Add this to your CSS block section. Change the
font-family
andfont-size
to suit.Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Awesome. Thanks again, Mike!
I noticed you didn't wrap those logos with a
<li>
. I would add those so you can center them when it goes to mobile. I would also add your "We've Shot" here and remove it on your other HTML Block.Then add this to your CSS:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk