Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #67392
    PSGClarity
    Member

    Using Catch Evolution I have a solid line around each area of the site like the homepage and each sidebar section. Can I remove those?

    #67405
    Sakin
    Keymaster

    @PSGClarity: Try adding following css in “Appearance => Theme Options => Custom CSS” box:

    .hentry, 
    .widget, 
    .no-results, 
    #author-info, 
    #disqus_thread,
    #content .error404 {
        border: none;
    }

    Fore more, please post in your site URL.

    #67407
    PSGClarity
    Member

    Man that’s awesome it worked perfectly. I’ve been wondering if that’s possible for about a year. Why didn’t I just come ask this forum long ago? Thanks a lot.

    #67409
    Sakin
    Keymaster

    @PSGClarity: Yes, you should have asked me before. You can ask your question anytime here in this free registered support forum.

    #67410
    PSGClarity
    Member

    Even if I’m not paying anything to Catch Themes? I would use one of your paid ones instead of the free one someone told me to get. I just don’t really know what the additional features are or how to use them. Novice site builder. Only one I’ve ever done is http://www.psgclarity.com. Thanks a lot.

    #67412
    Sakin
    Keymaster

    @PSGClarity: Yes, this support forum is both for Free and Paid Once. We provide support for free.

    Pro version have additional features and it’s listed in theme instructions page at http://catchthemes.com/theme-instructions/catch-evolution-pro/. But if you are satisfied with free theme then no need to upgrade to pro version.

    #67522
    PSGClarity
    Member

    Is there a way to make the social media icons a color logo rather than grey on the theme option to add them to the sidebar? Thanks,

    #67523
    Sakin
    Keymaster

    @PSGClarity: Yes, you can add the following css in “Appearance => Theme Options => Custom CSS” box to make your social icons color

    .social-profile ul li.facebook a { background-position: 0 -44px; }
    .social-profile ul li.twitter a { background-position: -44px -44px; }
    .social-profile ul li.google-plus a { background-position: -528px -44px; }
    .social-profile ul li.linkedin a { background-position: -176px -44px; }
    .social-profile ul li.pinterest a { background-position: -484px -44px; }
    .social-profile ul li.you-tube a { background-position: -132px -44px; }
    .social-profile ul li.rss a { background-position: -88px -44px; }
    .social-profile ul li.slideshare a { background-position: -660px -44px; }
    .social-profile ul li.email a { background-position: -837px -44px; }
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Lines Around Cards’ is closed to new replies.