Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@tmoore615: Sorry your post when it spam as your URL as testing site. When I check in now, it’s not there.
Sakin
Keymaster@Michaela: You can try adding following css in “Appearance => Theme Options => Custom CSS” box:
#secondary .widget { border: none; box-shadow: none; padding: 0; } #secondary .widget-title { background-color: #3cc; padding: 5px 10px; }Sakin
Keymaster@Alexander: Thanks for sharing 🙂
Sakin
Keymaster@eirini: In Catch Everest Free theme, we don’t have Color Options that you can change it by yourself. It’s there only in Pro version.
But if you post in your site URL and let us know for which element that you want to change color, then we will be able to send you custom css.
Sakin
Keymaster@Sandra: At least, you should have post in your site site URL and let me know the elements that you want to hide it so that I can guide you. For now I can just give you example. First, you need to find that page ID. To find id, you can install Catch IDs plugin https://wordpress.org/plugins/catch-ids/. Then you can hide using that page ID. For example, you can see the following css is used to hide page 2 header elements such as Fixed header menu, header, header image and header menu. You can just change that 2 to the page ID that you want and then add it in “Appearance => Theme Options => Custom CSS” box:
.page-id-2 #fixed-header-top, .page-id-2 #branding, .page-id-2 #header-image, .page-id-2 #header-menu { display: none; }Sakin
Keymaster@LTTL:
1. To move that comment box, you need to need to build child theme and then copycomments.phpfile to your child theme and then move code<?php comment_form(); ?>to desire location. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/2. Try adding following css in “Appearance => Theme Options => Custom CSS” box:
#respond, .commentlist > li.comment { background: #fff none; } .commentlist .children > li.bypostauthor { background: #fff none; border: 1px solid #ccc; }3. You can change the font size in the following css as per your need and then add ti in “Appearance => Theme Options => Custom CSS” box:
#reply-title { font-size: 24px; }Sakin
Keymaster@leotrim77: There won’t be font size as 13% or 14%. Can you post in your site URL and let me know which you want to change. Then only I will be able to help you.
Sakin
Keymaster@knudkp: That one line one there from the start. You can see in our demo site as well http://catchthemes.com/demo/catch-base/ . But if you want to remove it, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#promotion-message { border: none; }Sakin
Keymaster@Mattias: search the following css from style.css and remove it. This should solve your issue.
.fixed-header + #main-wrapper, .fixed-header + #main-wrapper + #colophon { position: relative; top: 91px; }Sakin
Keymaster@NANKYUNG: Looks like there is conflict between Slider script and the plugins that is active. So, can you disable plugin one by one and check in.
Sakin
Keymaster@rkmoonak: Yes, but that is from JetPack plugin “Sharing” module. So, you need to check with that plugin support forum. You must have missed something in that plugin setup.
Sakin
Keymaster@kalatos: Which news part and what are you trying to do with that. Can you explain in reference with your site URL
Sakin
Keymaster@Alexander: For this, you need to post in your site URL and let me know which menu are you talking about and then I can check that for you.
Sakin
Keymaster@Alexander: Thanks for your support 🙂
Sakin
Keymaster@Alvin: Which submit submit button you want to change. Let me know in reference with your site URL and then I can send you custom css.
Sakin
Keymaster@Brenda: Most of the settings will be there in pro version. You just need to set new settings. For more about upgrading to pro, you can check this screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/
Sakin
Keymaster@Sue: Sorry for late reply as we were upgrading our server and database. It was our maintenance time.
Can you post in your site URL and let me know what’s not working. If you were using child theme for Catch Evolution Free theme, then you need to upgrade that to Catch Evolution Pro child theme. You can download Catch Evolution Pro child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and then you can move all your child theme edits to this pro theme child theme.
Sakin
Keymaster@Mattias: It’s out now and you can update to version 3.3
-
AuthorPosts
