Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@Sara: That is controlled through “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”. From there you can disable it or add in your own image only without the text.
Sakin
Keymaster@Kevin: You can build child theme and then create a function in your child theme functions.php to add the code you want and then just hook to catcheverest_main action hook.
For example:
function catcheverest_child_sponsor() {
echo 'hello child sponsor';
} // catcheverest_child_sponsoradd_action( 'catcheverest_main', 'catcheverest_child_sponsor', 15 );
Sakin
Keymaster@Kevin: You can build child theme and then create a function in your child theme functions.php to add the code you want and then just hook to catcheverest_main action hook.
For example:
function catcheverest_child_sponsor() {
echo 'hello child sponsor';
} // catcheverest_child_sponsoradd_action( 'catcheverest_main', 'catcheverest_child_sponsor', 15 );
Sakin
Keymaster@pips: Just add the following CSS in “Custom CSS” box in Theme Options panel.
.site { margin-bottom: 0; margin-top: 0; }Sakin
Keymaster@Chrilife: Thanks for your appreciation.
Please send me your site URL and then I will send you the css to header and footer code.
For removing the header top bg and footer border, just add the following CSS in “Custom CSS” box in Theme Options panel
#header .top-bg, #footer { border: none; }I don’t get it what do you mean by shorten the nav bar. Can you explain bit more.
Sakin
Keymaster@obiokere: Just move your social widget from Header top Sidebar to Header Right Sidebar and you can control the margin of header from “Appearance => Theme Options => Header Options”
Sakin
Keymaster@Dane: In this theme, we haven’t make it flexible to control the number of column in a row. It is set to 3 columns in a row.
You need to build child theme and then do the customization. So, either stick to 3 cols in a row or hire a customizer to do that.
If you know the development then I can point you the direction. Change the function catcheverest_homepage_featured_content() in file catcheverest-functions.php and edit the style.css and responsive.css
Sakin
Keymaster@dimantonak: Don’t delete the code. You can just hide with the help of CSS. Send me your site URL?
Sakin
Keymaster@Aneesh: Just add the following CSS in “Custom CSS” box in Theme Options panel.
.single .entry-meta { display: none; } -
AuthorPosts
