Tagged: sidebar
- This topic has 7 replies, 2 voices, and was last updated 9 years, 1 month ago by Sakin.
-
AuthorPosts
-
September 24, 2015 at 10:02 pm #67392PSGClarityMember
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?
September 24, 2015 at 10:48 pm #67405SakinKeymaster@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.
September 24, 2015 at 10:58 pm #67407PSGClarityMemberMan 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.
September 24, 2015 at 11:10 pm #67409SakinKeymaster@PSGClarity: Yes, you should have asked me before. You can ask your question anytime here in this free registered support forum.
September 24, 2015 at 11:12 pm #67410PSGClarityMemberEven 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.
September 24, 2015 at 11:19 pm #67412SakinKeymaster@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.
September 25, 2015 at 7:54 pm #67522PSGClarityMemberIs 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,
September 25, 2015 at 8:07 pm #67523SakinKeymaster@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; }
-
AuthorPosts
- The topic ‘Lines Around Cards’ is closed to new replies.