Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@zambare-amol23gmail-com: We only support theme developed by us. But you are not using theme by Catch Themes. So, please contact your theme author support team.
Sakin
KeymasterHello Laurie,
I check in your site and see that you are using Simple Catch Pro theme. For Simple Catch Pro theme please use support forum https://catchthemes.com/support-forum/forum/simple-catch-pro-premium/
I see that you are using Header Image and we don’t have option for this. We have Enable option only for Slider in Simple Catch Pro. For slider, you need to go to “Appearance => Customize => Featured Slider => Slider Options”.
We will work on the update of Simple Catch Pro theme. So, that we haven enable option for header image as well. This will be there in next version update only. For now, you can hide with the help of custom css.
Just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.headimg { display: none; } .home .headimg { display: block; }Sakin
Keymasteryes that fine. Every theme is little different and we need different css.
Sakin
Keymaster@dr3awix: Sorry we only support theme developed by us. You are not using our themes. Please contact your theme/site developer.
Sakin
Keymaster@martijn: Then it will be as below:
@media screen and (min-width: 960px) { .site-title { font-size: 133px; } .site-description { font-size: 18px; } }Sakin
Keymaster@martijn: If you just want to change it for large screen then you can add the following css instead of above.
@media screen and (min-width: 960px) { .site-title { font-size: 133px; } }Sakin
Keymaster@catchbc: For your site, first add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead, #masthead .wrapper, #site-branding, .logo-right #site-header { padding: 0; }Then, also remove the white spaces from your logo image. See your image have lot of white spaces http://bosmancommunicatie.nl/wp-content/uploads/cropped-LogoNieuw.png
Sorry, there is no option to upload another logo for mobile.
Sakin
Keymaster@phillycontemporary: Yes, you can add the following css:
@media screen and (max-width: 990px) { .site { margin-top: 70px; } } @media screen and ( max-width: 782px ) { .admin-bar #masthead { top: 46px; } }Sakin
Keymaster@tscharlieh: We have just released version 2.8.3 which fixes this issue. Please update now.
Sakin
Keymaster@phillycontemporary: As per your site, try following:
#masthead { position: fixed; top: 0; width: 100%; z-index: 199; } .site { margin-top: 88px; } .admin-bar #masthead { top: 32px; }Sakin
Keymaster@phillycontemporary: Ok I will email you and then you can reply me there with site URL and access.
Sakin
Keymaster@adminleah: can you post your site url and then i can check in what’s the issue there.
August 10, 2016 at 4:36 pm in reply to: Remove "Category Archives: [category name]" from top of a Category Page #97007Sakin
Keymaster@Popcorn: We only support theme by us, that is CatchThemes. So, if you are looking are free theme then check our list at https://catchthemes.com/themes/category/free/
Sakin
Keymaster@sarahf: Thank for your appreciation. In Catch Box Free theme, we don’t have Footer Editor to edit the Footer Information
Theme: Catch Box Pro. @mahesh: has answered you as per the Catch Box Free theme as you have posted in your question in Catch Box Free theme support forum. Then code given by Mahesh will just hide that info. But if you want to totally remove that, the in pro version we have “Footer Editor Options”, it has been answered here at https://catchthemes.com/support-forum/topic/remove-theme-catch-box-pro-from-footer/Sakin
Keymaster@sarahf: In Catch Box Pro theme, you can remove or edit Footer Text from Footer Editor. For that, please go to “Appearance => Customize => Theme Options => Footer Editor Options” and then remove the text or edit it as per your need.
So, here you can just remove the code:
<div class="powered">Theme: [theme-link]</div>August 9, 2016 at 7:36 am in reply to: Remove "Category Archives: [category name]" from top of a Category Page #96834Sakin
Keymaster@scoop: This is Catch Everest Forum, that is why the code in not working for Adventurous Theme. For adventurous theme, we have forum at https://catchthemes.com/support-forum/forum/adventurous-free/.
For Adventurous theme, your CSS need to be
.archive #content .page-header { display: none; }Sakin
Keymaster@phillycontemporary and @macwebster : Can you post in your site URL so that I can check in and suggest you the solution.
Sakin
Keymaster@inquisitive: Cool 🙂
July 24, 2016 at 11:16 pm in reply to: How to add numeric page numbers in simple catch theme? #96015Sakin
Keymaster@inquisitive: It’s controlled from
catchbox_content_nav()function. You can simply build child theme and then copycatchbox_content_nav()function fromfunctions.phpfile to your child themfunctions.phpfile and edit it as per your need.Sakin
Keymaster@macwebster: try adding following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead { position: fixed; width: 100%; z-index: 199; } -
AuthorPosts
