Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Cybersnaby: Nice 🙂 Thanks for your appreciation
Sakin
KeymasterHi Arisnel,
I see that you have W3 Total Cache plugin installed. So, you might be seeing different due to cache. So, go the W3 total Cache plugin settings page and clear the cache and then refresh your browser and check in.
Regards,
SakinSakin
Keymaster@Cybersnaby: then we have to trial. Let’s try the following css then.
.home #primary .entry-title { display: none; }Sakin
Keymaster@Cybersnaby: Post in your site URL and then I will be able to check in details.
Sakin
Keymaster@Wilfried: There is color picker at “Appearance => Theme Options => Color Options”
1 & 2) Homepage Headline background color has a solid #21759b color. To change this, go to “Appearance => Theme Options => Color Options => Site Color Options”, change the color code in “Homepage Headline Background Color” to change the Background color and change the color code in “Homepage Headline Color” to change the text color. Then save changes.
3. We will be adding this option in next version update. For now 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.
/* Button Background, Border, Text Color */ #homepage-message .right-section a { background-color: #9bc23c; border-color: #fff; color: #fff; } /* Button Hover Background */ #homepage-message .right-section a:hover { background-color: #87ae28; }4. To change the footer background color, go to “Appearance => Theme Options => Color Options => Site Color Options”, change the color code in “Footer Background Color” and save changes.
Sakin
Keymaster@phoenix: You can deactivate Jetpack mobile theme module. As Catch Box Theme is responsive theme and it will show nice in mobile devices as well. Sorry we don’t know the options in Jetpack mobile theme.
August 12, 2014 at 12:53 am in reply to: problem with website, the menu page colours goes in to 2 colours #42299Sakin
KeymasterHi Anne-Pia Hansen,
Yes nice way to do that. Cheers 🙂
Regards,
SakinSakin
Keymaster@Cybersnaby: Then replace previous css I gave you with the following css.
.home .primary .entry-title { display: none; }Sakin
KeymasterHello Arisnel,
Can you check both of your pages “My Ads” and “Ads”. Both of these pages are showing same sidebar. So, I don’t get it what is the issue.
Regards,
SakinSakin
Keymaster@fabger: You can check our theme instruction page at http://catchthemes.com/theme-instructions/catch-everest/, where you can see the ideal size of the featured post slider is Width: 1140px and Height: 450px, So, if you upload the featured image of exactly this size or larger then this, then it will automatically crop to this size. But if you upload the the smaller size then it will show the image as it is.
please share your site URL so that I can check in how you got Noting Found error. I think you don’t have any post in your site that is why it is showing that error in your homepage. So, either you need to add in new posts so that it will show the latest posts. Or if you don’t what to show the latest post in your homepage then go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings” and then un-check Enable Latest Posts.
Sakin
KeymasterHello Lukasz,
The main issue found in your site it that you have directly edits
style.cssin ‘catch-box’ theme directory. You shouldn’t not add or edit any files inside ‘catch-box’ theme directory all your changes will be reverted back to original when you update or upgrade the theme. So, the best option to add css will be either from “Appearance => Theme Options => Custom CSS” box or by building child theme and adding it in your child themestyle.cssAlso your css changes has effect the responsive design of your site. We cannot see log in small screens. So, first restore the original
style.cssfile.For padding you can add the following css:
#header-content { padding-top: 25px; padding-bottom: 25px; }For title position as per your style.
#site-title { top: 34%; }August 12, 2014 at 12:12 am in reply to: problem with website, the menu page colours goes in to 2 colours #42292Sakin
Keymaster@Tekstiltrold: For your page color issue, it’s from the table. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-content table { float: none; }Sorry I don’t have plugin recommendation. But you can search for responsive column or responsive table plugin at http://wordpress.org/plugins/
Sakin
Keymaster@toni: I don’t get it why you want to add margin in your website. You can add the following css in “Appearance => Theme Options => Custom CSS box that add margin 20px in left and right of your site.
.site { margin: 0 20px; }Sakin
Keymaster@Yuliya Gaznyuk: Please use the proper support forum. You are asking Catch Mustang theme support question in Catch Box Pro theme support forum. From next time, please post in proper support forum.
To make your social icon in header always color, you need to add the following css in “Appearance => Theme Options => Custom CSS” box.
#sidebar-header ul.social-profile li.you-tube a { background-position: -87px -43px; } #sidebar-header ul.social-profile li.vkontakte a { background-position: -903px -43px; }Sakin
Keymaster@cmchugh6528: Yes, Catch Box Pro has Header Right Sidebar where you can add any widget as per your need. It’s the general widget area. See more details about Catch Box Pro theme at http://catchthemes.com/theme-instructions/catch-box-pro/
August 11, 2014 at 11:42 pm in reply to: Cannot change hover-background colour of dropdown menu #42288Sakin
Keymaster@YogaHH: You can change the color code in following CSS and then add it in “Appearance => Theme Options => Custom CSS” box. In the following css I have added background color code as #ff for white and color #000 for text color black.
#fixed-header-top ul.menu ul li a:hover { background: none #fff; color: #000; }Sakin
Keymaster@Signal512: That’s nice 🙂
Sakin
Keymaster@runnerchick081: Thanks for your appreciation.
Sakin
Keymaster@egnalc: Sorry I don’t get it your bugs. Why do you need BlackStudio Tiny Mice plugin to add hyperlink in text widget. You can just add hyperlink code in text widgets. Maybe this plugin is conflicting. So try disabling it and then you can add HTML link code in your text widgets:
Here is the format
<a href="url">Link text</a>
For Example to create catch themes link. the code will be
<a href="http://catchthemes.com" title="Catch Themes">Catch Theme</a>For more about hyperlink, you can see this tutorial http://www.w3schools.com/html/html_links.asp
About the header logo, it’s flexible. You can add any height as per your need and for width it’s maximum in 978px. If you see our demo page http://catchthemes.com/demo/catch-mustang/. We have used the logo size of 286px width and 79px height.
Sakin
KeymasterHello Jason,
This is server level issue and you need to contact your hosting server support.
Regards,
Sakin -
AuthorPosts
