Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@burak: If you want to add the background in the header behind the slider in Simple Catch Theme then just add the following CSS in “Custom CSS” box in Theme Options panel. Change the color code as per your need.
#header { background: none #000000; }Sakin
Keymaster@cbtoolkit: Thanks. How about giving us rating on http://wordpress.org/support/view/theme-reviews/catch-box
Sakin
Keymaster@Peter: For this you need to take the help from CSS developer. Try http://jobs.wordpress.net/ or http://bit.ly/YANvfZ
Sakin
Keymaster@nirym: Please get the help from Customer at tweaky or http://jobs.wordpress.net/ . when I check in your site, there is no style.css
http://idamyrin.se/wp-content/themes/catch-everest/style.cssThe best to do now is delete the current theme and download the latest version and add it.
Sakin
Keymaster@obiokere: Can you send me your site URL. So, that I can check in what you are doing it. From the image it is bit difficult, as I cannot see the code.
Don’t worry, I will help you to fix this issue soon.
Sakin
Keymaster@Aneesh: But I see that you have already changed the color of footer. By the way there is lot of color option available in Catch Everest Pro Theme Options panel. So, I hope that you will be easy for you. See this for more details http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@badbilly: I see that you have enable the “Enable Latest Posts or Page” section in “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings. Now, go there and uncheck “Enable Latest Posts or Page” and save it.
Then in “Setting => Reading”, just select “Front page displays” to “Your latest posts” and save it.
After doing this you will see you homepage with headline and Featured Content only.
Then add the category News in your Custom Menu “Appearance => Menu” see this http://en.support.wordpress.com/menus/
Sakin
Keymaster@nirym: I see that you have change the style.css. Don’t change style.css of theme. Either you need to add extra css in “Custom CSS” box in Theme Options panel or you have to build child theme.
Correct the following in Style.css and it will be fine.
Right now you have
input[type="text"], input[type="email"], textarea {
border: 0 solid #E6E6E6;
color: #666666;
}
Change that you
input[type="text"], input[type="email"], textarea {
border: 1px solid #E6E6E6;
color: #666666;
}
Sakin
Keymaster@bhomay: Why you need to add the image in the css. Why don’t you add it as the header image. See the above thread.
Sakin
Keymaster@igudger: The response time depends on the number of support ticket. I have to answer all the support forum. Sorry for the delay.
Just add the following CSS in “Custom CSS” box in Theme Options panel.
#site-logo { display: inline; float: left; }
hgroup.with-logo { clear: none; display: inline; float: left; margin-left: 10px; }
But the tweak that you did with your header image in excellent.
Sakin
Keymaster@Aneesh: Just add the following CSS in “Custom CSS” box in Theme Options panel. Change the color code as per your need.
#header-menu, #header-menu ul.menu ul a { background-color: #0000CD; }
#header-menu .menu .current-menu-item > a,
#header-menu .menu .current-menu-ancestor > a,
#header-menu .menu .current_page_item > a,
#header-menu .menu .current_page_ancestor > a,
#colophon .menu .current-menu-item a {
background-color: #191970;
}
#header-menu ul.menu li:hover > a,
#header-menu ul.menu a:focus,
#colophon #access-footer ul.menu a:hover,
#colophon #access-footer ul.menu a:focus {
background-color: #191970;
}
Sakin
Keymaster@cbtoolkit: Just add the title and it will replace the image hove text. Then you can hide the title by adding the following CSS in “Custom CSS” box in Theme Options panel.
#slider-wrap .featured-text { display: none; }Sakin
Keymaster@cbtoolkit: This plugin is lot better the All in one seo. See this on migration http://yoast.com/all-in-one-seo-pack-migration/ and this http://www.tastyplacement.com/all-in-one-seo-pack-to-yoast-wordpress-seo-plugin
Sakin
Keymaster@cbtoolkit: Just add the title and it will replace the image hove text. Then you can hide the title by adding the following CSS in “Custom CSS” box in Theme Options panel.
#slider-wrap .featured-text { display: none; }Sakin
Keymaster@TenThousandThistles: Try changing the Site Title and Tagline through “Settings => General” in your WordPress Dashboard.
Sakin
Keymaster@alihoneycutt: Your Google+ profile URL, just like you facebook and twitter url.
Sakin
Keymaster@ChristinaDevillier: In our demo page that is not a blog page but a blog category. For example you have category name “Uncategorized” and category slug “uncategorized”. So, all your posts are in this links http://bluemountainsconservancy.org/wordpress/category/uncategorized/ . You can change this category name and slug from “Posts => Categories” from your WordPress Dashboard.
You can use custom menu from “Appearance => Menu” and add in the category in you menu. See this http://en.support.wordpress.com/menus/
Sakin
Keymaster@Thenumi: Looks like you have done customization to Simple Catch Free Theme. I see there is comment link in both top and bottom.
Can you tell me more details on what you want to do. If possible send me the screenshot url.
Sakin
Keymaster@Ancestral0: I will try to answer your question but it cannot be 100% as I am not being able to see your site. So, I will be answering on the basis that you are using the latest version of Catch Everest Pro Theme. But you have posted question in Catch Everest Free Theme. So, bit confused.
1. For your footer height, just add the following css in “Custom CSS” box in Theme Options panel.
#site-generator .site-info { padding: 20px 0; }2. The following css should work
#main-slider .entry-title a { background: none transparent; }For more I will only be able to see it once it is live or at list I have access to it.
-
AuthorPosts
