Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Coupon Guy: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.single .featured-image { float: left; }November 21, 2013 at 12:39 pm in reply to: How do I change the background of my header without changing the header image? #17461Sakin
Keymaster@Cory: I think it’s ok to keep the header background image like that. Stretching is not a good idea.
Sakin
Keymaster@Trishah: Thanks for your appreciation and yes we are absolute fine that you like to use Catch Box Free theme. Here is donation link: http://catchthemes.com/donate/
Sakin
Keymaster@Coupon Guy: Please use Hire a cutomizer for detail customization. You can copy the function catcheverest_admin_header_image() from custom-header.php file into your child theme functions.php file and edit it.
Sakin
Keymaster@Sebastiaan.Horn: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.widget img { box-shadow: none; }Sakin
Keymaster@svoelker: You can hide that by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.home.page .entry-header { display: none; }Sakin
Keymaster@dstremme: Meta keywords are no more related to SEO and also it falls under Plugin Territory. So, you can install plugin like “WordPress SEO by Yoast” and do the customization.
Sakin
Keymaster@Sebastiaan.Horn: In you are talking about our default google font then it has been fixed in version 1.5.3
Sakin
Keymaster@Coupon Guy: Sorry I don’t understand this. Can you add in your site URL and explain in reference to your site.
Sakin
Keymaster@Coupon Guy: That is very complicated. You need to add like this in our child theme functions.php file https://gist.github.com/catchthemes/bb40b2be06fafcef48c3/raw/d9fc220f7d367f1965639c4bbfc1de82800a0cc4/functions.php
November 21, 2013 at 2:20 am in reply to: Posted Blog, Shows in Article Page but only shows comments box? #17439Sakin
Keymaster@BaskingShark: Thanks.
Sakin
Keymaster@Coupon Guy: Thanks.
Sakin
Keymaster@Irbi: Yes the header image you have added is the background image and the slider image in inline image that is why there is difference. For best, you can add the header image for that image from “Appearance => Header”. Then add the following CSS in “Appearance => theme Options => Custom CSS” box.
#hgroup-wrap, #site-logo { padding: 0 } #hgroup-wrap { position: relative; } #hgroup.with-logo { left: 5%; padding: 0; position: absolute; top: 35%; }Then remove your the following Custom CSS that you have added in “Appearance => theme Options => Custom CSS” box.
#masthead { padding-bottom: 50px; } h1#site-title { padding-top: 71px; } h2#site-description { padding-bottom: 93px; }Sakin
Keymaster@offirkeren: When I check in from iPhone only Landscape has background. So, if you want full width on those devices then first you need to find their screen resolution sizes.
Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For Screen size below 768px */ @media screen and (max-width: 768px) { .site { width: 100%; } }Sakin
Keymaster@Irbi: Please post in your site URL and let me know what exactly you want in small screens.
Sakin
Keymaster@Lulu: You can simply find it in “Appearance => Theme Options => Featured Post Slider”. See this screenshot http://www.pinterest.com/pin/548594798330638741/
Sakin
Keymaster@Mattcuba: If you uncheck “Allow Comments” from Discussion box in all your post and page. It will not show for that particular post and page. But if you want to disable it from all the new post and pages what you will be publishing future, you can simply uncheck the “Allow People to comment on new articles” from “Settings => Discussion”.
Discussion Settings: http://en.support.wordpress.com/settings/discussion-settings/
Individual Post and page: http://en.support.wordpress.com/enable-disable-comments/This is how WordPress Comment system work. But if Pro version, we have added customize the comment system to support easy to add and remove comment from “Appearance => Theme Options => Comments Options”.
See more details about Catch Box Pro at http://catchthemes.com/theme-instructions/catch-box-pro/Sakin
Keymaster@pchambers: Your site title is along so we need to do detail customization of CSS as per screen sizes. Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup.with-logo { clear: none; float: left; width: 760px; } @media screen and (min-width: 1190px) { #hgroup.with-logo { width: 620px; } } @media screen and (max-width: 1060px) { #hgroup.with-logo { width: 580px; } } @media screen and (max-width: 960px) { #hgroup.with-logo { width: 500px; } } @media screen and (max-width: 768px) { #hgroup.with-logo { width: 100%; } }Sakin
Keymaster@calvinocampo123: In Catch Evolution free version, you don’t have font option. Also in pro version you only have option to select from Web and Google Web fonts. The cursive font in not web font or google font. So, cannot add that.
-
AuthorPosts
