Tagged: footer
- This topic has 25 replies, 3 voices, and was last updated 10 years, 9 months ago by Sakin.
-
AuthorPosts
-
January 21, 2014 at 6:51 pm #19536chrisMember
Thanks again Sakin
The padding worked great but the post image box shadow is still there.
Peace!!
January 21, 2014 at 10:04 pm #19540SakinKeymaster@chris: Sorry you can make correction to css. Just replace the following Current CSS
#featued-content-wrap .wp-post-image { box-shadow: none; }
With the following
#featured-post .wp-post-image { box-shadow: none; }
January 22, 2014 at 12:50 am #19551chrisMemberThanks mate are try that later!!! massive dude!!!
January 22, 2014 at 4:27 am #19556chrisMemberProps Sakin. That worked nicely!!!
February 2, 2014 at 3:02 am #19868Mark ArgentinoParticipantHello Sakin,
I can’t figure out how to create a new post in this forum, so I’ll ask my question here as it’s a footer question.
The social icons are grey when viewed, but when you mouseover they turn the correct colour, is there a way to make the social icons at the bottom footer show as their ‘normal’ colour when viewing before mouseover, this way they show up better.
See my footer at
http://www.mississauga4sale.com/index.htm
Thank you,
MarkFebruary 2, 2014 at 10:54 am #19884SakinKeymaster@Mark Argentino: I see that you are using Catch Box Pro theme. So, fist you need to login in and then go to support forum and access Catch Box forum. Here is direct links http://catchthemes.com/support-forum/forum/catch-box-public/ which will show you latest queries and then end you will see the form to post your question.
Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.social-profile ul li.facebook a { background-position: 0 -44px; } .social-profile ul li.twitter a { background-position: -44px -44px; } .social-profile ul li.rss a { background-position: -88px -44px; } .social-profile ul li.linkedin a { background-position: -176px -44px; } .social-profile ul li.google-plus a { background-position: -528px -44px; }
-
AuthorPosts
- The topic ‘white space between slider & footer’ is closed to new replies.