Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Jennifer: I see that you have 2 different image, 1 for the homepage and another for other pages. So, try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { display: none; } #branding img { width: 100%; }Sakin
Keymaster@dchambers: If you just want to change the text color of Entries in you Homepage Featured Content, then you can play with the color code as per your need. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
/* For Title */ #featured-post .entry-header .entry-title, #featured-post .entry-header .entry-title a { color: #fff; } /* For Content */ #featured-post .entry-container { color: #fff; }Sakin
Keymaster@Chris: Yes, I did same setting that you showed me but for me the header image is showing fine. Isn’t it working for you.
Sakin
Keymaster@Chris: It’s strange as I check in all conditions and it’s working fine. Maybe, you check on “Disable Header Logo”. If you do this then only logo will disappear.
Sakin
Keymaster@luismarioochoa: Thanks for your support and purchasing Catch Box Pro theme.
1. Remove the grey frame around the body of the website.
– This can be done through “Appearance => Theme Options => Color Options => Custom Color”. There you can change “Content Background Color” to white and save it.2. Center the “Copyright © 2014 Luis Mario Ochoa. All Rights Reserved” info on the bottom of the page.
– You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.#site-generator .copyright { margin: 0 auto; text-align: center; width: 100%; }3. Remove the three grey horizontal lines at the bottom of the page that serve to separate the body and footer.
– You can add the following CSS in “Appearance => Theme Options => Custom CSS” box..hentry, .no-results, #author-info, #disqus_thread, #content .error404, #colophon, #site-generator { border: none; }Sakin
Keymaster@faemont: I see that you have added “custom css” using My Custom CSS plugin. The following CSS added 5px solid red color border. You can remove that or change the color code in your custom css.
.site { border-top: 5px solid #820900; margin: auto; }Same with the Contact Sales button, I found the following css, where #820900 is red color background:
#search-5 a { background: none repeat scroll 0 0 #820900; border-radius: 5px; color: #FFFFFF; font-weight: bold; margin: auto; padding: 10px; text-align: center; text-transform: uppercase !important; }Sakin
Keymaster@chris: You can add this in Footer Area One. Go to “Appearance => Widgets” and drag and drop “Text Widget” or “Catcheveret: Advertisement” widget and add the code.
Sakin
Keymaster@hipandhealthykids: Ok thanks will add in next version update.
Sakin
Keymaster@telexesposito: I cannot open your site at all. It is showing 403 Forbidden error. So, please check this with your hosting server support.
Sakin
Keymaster@oly: Sorry we don’t have any Parallax-style sliders. For plugin can you check at http://wordpress.org/plugins/. We don’t have any recommendation.
Sakin
Keymaster@oly: When I check from Window8 IE8, it is working fine. So, which one you are looking at. IE8 is kind a old not and not supportive.
Sakin
Keymaster@TruckinTortuga: I see that you are using Catch Evolution Free theme which only have option to use Featured Post Slider which was created to highlight your post. That means, you need to use post and link to post. No, other options. But Pro version have option to use Page Slider, Post Slider, Category Slider and Image Slider. See more about it at http://catchthemes.com/theme-instructions/catch-evolution-pro/
Yes, when you have the latest post added in your slider post. Then you will have duplicate like one in the slide and anther as your latest posts. You can remove that by going to “Appearance => Theme Options => Featured Post Slider” Featured Post Slider Options” and check on “Exclude Slider post from Homepage posts”.
Sakin
Keymaster@poppy: It’s lot complicated. First you need to build child theme. Then create
functions.phpfile in your child theme and then register sidebar throughwidgets_initaction hook and then you need to create metabox and add additional sidebar option.So, why do you need to many sidebar? The best will be to install “Jetpack” plugin and activate “Widget Visibility” module, which allows you to add widgets in particular page you want. See this http://jetpack.me/support/widget-visibility/ . When you activate the Jetpack plugin, make sure you have “Mobile Theme” module deactivated in jetpack as this will conflict with theme responsive design.
Sakin
Keymaster@TruckinTortuga: If you have build child theme then adding in the Child Theme style.css is better.
Sakin
Keymaster@aeriformarts: Do you mean that you want to add sidebar just right to the Homepage Featured Content. This is cannot be done by default. Homepage Featured Content takes row by itself. For this I am sorry you need to hire customizer http://catchthemes.com/hire-customizer/ to work for you.
Sakin
Keymaster@aeriformarts: The font for the site title and description can be changed only from the font at “Appearance => Theme Options => Font Family Options”. Change “Site Title Font Family” and “Site Tagline Font Family”. If you want o use non google font then you can just add the image instead of the site title and tagline from “Appearance => Header”, where you can upload the Header Image and uncheck “Show header text with your image.” to remove the header text.
Sakin
Keymaster@paulmag: Thanks for showing issue in Catch Box Free theme and we will update this theme. Till then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.tinynav option { color: #fff; }Sakin
Keymaster@suchi: To remove spaces, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-top { padding-top: 0; } #header-top p.simple-image { margin-bottom: 0; }If you further want to remove the box shadow in the header images then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.widget img, #masthead #main-feat-img { box-shadow: none; } -
AuthorPosts
