About Sridhar Katakam
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Genesis and WordPress Tutorials
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.
Hey Sridhar,
How do I colour the background of the footer to black like in your post picture?
Which Genesis child theme are you using Avinash?
The Genesis Sample theme…in which your code works perfectly.
Add the following in style.css:
.site-footer {
background: #333;
}
.site-footer a {
color: #fff;
border-bottom: none;
}
to get http://awesomescreenshot.com/0c81vvda9b
OK, that’s weird. The colour for the fonts kicked in but the background is unchanged..
What worked was changing the original CSS.
Question: you didn’t think of changing the animation and opacity of the scroll link?
Thanks again Sridar. You are a star. Works like a dream.
One thing, how could I remove the link in the [sitename]. http://151.252.1.90/~hampwi/ ? I don’t think the link to the homepage is needed. How could I take it out? I have tried a number of things but the site breaks every time I remove the short code .
Thanks a lot, Sridhar! But it seems that this tweak doesn’t work for Metro. Or is it just me?
Hi, how do i do break the footer into three such as, copyright + menu in the middle and + credits ?
Like this?
http://d.pr/i/fevP
yes! bingo.. can you help me with the code