Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Boaz: The default images, that you see in the demo images. If you don’t want images to associated with the post, then you need to use Featured Image Slider. But for this, you need to upgrade to Pro version.
After you change the Number of Slides, have you added in the post IDS in “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options”
See the post slider tutorial at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/
You can also see the tutorial for Image Slider which is available only in pro version at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/Sakin
Keymaster@Steffen: I see that you have installed WordPress SEO by Yoast. So, for Google and SEO. You can use that plugin setting and change as per your need. Go to “SEO => Title & Metas” from your WordPress Dashboard. Then change it as per your need. For more help about this plugin, you can post in that plugin support forum. They have good tutorial as well.
Sakin
Keymaster@hawfinchtaylor: Sorry this option is not there in Simple Catch Free Theme. If you upgrade to Simple Catch Pro theme then, you will get Footer Editor Options there you can edit the footer text as per your need.
Sakin
Keymaster@BizQ: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
.page .entry-header { background-color: #fff; border: 1px solid #000; }Sakin
Keymaster@BizQ: Sorry theme only have option to show in All Pages or Only in Hompepage. It doesn’t have option to show on certain pages.
Sakin
Keymaster@BizQ: Ok you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#post-3774 .entry-content form { background-color: #fff; padding: 2%; }October 1, 2014 at 11:44 pm in reply to: How to reduce the white space at the top of the webpage #45159Sakin
Keymaster@nac2311: To remove the spaces, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { margin: 10px 0 0; } #sidebar-top p { margin-bottom: 10px; }About the search, sorry this option is not there. So, for this you might need to consider hiring customizer.
October 1, 2014 at 11:40 pm in reply to: Custom CSS .site { box-shadow: none; } not working to remove shadows from site #45158Sakin
Keymaster@Kathleen: I don’t know from where you copy all the css. Please be careful when you add in Custom CSS. I see that you have missing closing bracket
}at the end of your custom css. It should be as@media screen and (min-width: 961px) { /* For Widget Title */ .widget-title { font-size: 18px; } /* For Widget Text */ .sidebar-left, .widget ul li { font-size: 14px; } }I am not sure about the border which you have remove and all, as your site is not live. So, it’s better I give you the css as per my demo site in http://catchthemes.com/demo/catchbox-pro/. For this, you can simply add the following css in “Appearance => Theme Options => Custom CSS” box.
.hentry, .no-results, #author-info, #disqus_thread, #content .error404, .widget, #site-generator, img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail { border: none; } .wp-caption { background: none transparent; max-width: 100%; padding: 0; }Sakin
Keymaster@Fede1583: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 960px) { .has-header-top #branding { padding-top: 42px; } }For more, please post in your site URL.
Sakin
Keymaster@Caducassau: You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
a { color: #ddd; }Sakin
Keymaster@LTTL: Thanks for your appreciation and leaving good review of theme will encourage other theme and plugin developer to help. It’s always a positive boost that makes developers happy. Here is link where you can help us by reviewing Catch Evolution at https://wordpress.org/support/view/theme-reviews/catch-evolution
Sakin
Keymaster@BizQ: Then you can replace the previous css with the following one.
#content input[type="submit"], #supplementary input[type="submit"] { background-color: #000; border-color: #333; color: #7c7c7c; }Sakin
Keymaster@rojtalbot: Thanks for your appreciation.
Sakin
Keymaster@LTTL: For your site, the css will be as below. Simply add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1061px) { .three-columns #primary { width: 485px; } .three-columns #secondary { width: 240px; } } @media screen and (min-width: 1225px) { .three-columns #primary { width: 650px; } }Sakin
KeymasterHi Jens,
You can upload header image of your own choice. The header image that you have in your site is just 1436px width and 400px height. You can go to “Appearance => Header” and Upload. Then you will get this option “Crop Header Image” option where you can click on “Skip Cropping and Publish Image as is”. This will show the header image with the size you have uploaded.
Regards,
SakinSakin
KeymasterHi Cadu,
You haven’t send me your site URL to check in .
Regards,
SakinSakin
Keymaster@Voila2014: that is mobile menu and you can click on them mobile menu three bars or the active page title and it will show you your menu list. Sorry, I don’t get it what you want. If you don’t want responsive design then you can disable it from “Appearance => Theme Options => Responsive Design”
Sakin
Keymaster@rojtalbot: You can replace your css
.home #main { padding: 0; }With the following css:
.home #main { padding-top: 0; }Sakin
Keymaster@Eric: It is not recommended to change your size width as it’s responsive design. So, when you change for your screen, you need to change it for mobile devices. If you are changing the width then you need to disable responsive design “Appearance => Theme Options => Responsive Design”
-
AuthorPosts
