Tagged: 

Viewing 6 posts - 21 through 26 (of 26 total)
  • Author
    Posts
  • #19536
    chris
    Member

    Thanks again Sakin

    The padding worked great but the post image box shadow is still there.

    Peace!!

    #19540
    Sakin
    Keymaster

    @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; }

    #19551
    chris
    Member

    Thanks mate are try that later!!! massive dude!!!

    #19556
    chris
    Member

    Props Sakin. That worked nicely!!!

    #19868
    Mark Argentino
    Participant

    Hello 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,
    Mark

    #19884
    Sakin
    Keymaster

    @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;
    }
Viewing 6 posts - 21 through 26 (of 26 total)
  • The topic ‘white space between slider & footer’ is closed to new replies.