Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@armandosarris: To hide the page title, you can add in the following CSS in “Custom CSS” box in Theme Options panel.
.page .entry-title { display: none; }For disabling comment you can read this tutorial or watch this video
Sakin
Keymaster@william: You need to create child theme and then remove the function with action hook. It will be somewhat like the below code
// Unhook default Simple Catch Pro functions
function unhook_simplecatch_functions() {
// Don't forget the position number if the original function has one
remove_action( 'simplecatch_before_sidebartop', 'simplecatch_headerdetails', 10 );
}
add_action( 'init', 'unhook_simplecatch_functions' );add_action( 'simplecatch_before_sidebartop', 'simplecatch_headerdetails_child', 10 );
/**
* Diplaying Header Logo, Site Title and Tagline
*/
function simplecatch_headerdetails_child() {}
I recommend you to take the expert help for this.
Sakin
Keymaster@siqve006: Catch Box theme don’t have issue with password protected post. No you will not loose data by deactivating the theme. But fore that try deactivating the plugins and check in that is conflicting.
Sakin
Keymaster@OkiDoki: Look it’s already fixed in your site. I have already answered you in this thread. http://catchthemes.com/support-forum/topic/plug-in-left-something-after-removing/ .
Sakin
Keymaster@Tekstiltrold: Yes you can change with the help of css. Add the following CSS in “Custom CSS” box in your Theme Options panel. Change the color code as per you need.
/* For Primary Menu */
#branding #access { background: none #009; }
/* For Secondary Menu */
#access-secondary { background-color: #39C; }
Sakin
Keymaster@Abbie: Just add the following CSS in your “Custom CSS” box in your Theme Options panel.
#homepage-message span { text-align: right; }This heading and subheading is not created to make the large blog of text. It’s for few lines of text.
Sakin
Keymaster@prius4f: Just update to Catch Box Pro version 2.1 and it will be fixed. See this for changelog of Catch Box Pro Theme http://catchthemes.com/changelogs/catch-box-pro-theme/
Sakin
Keymaster@OkiDoki: Looks like there is code in webmaster tools header or footer code. Check there.
Sakin
KeymasterJust add the following css in your “Custom CSS” box in your Theme Options panel. You can change the color code as per your need. Change the code in the background color to add background color and change the color code in color to change the text color.
#homepage-message { background-color: #000; color: #fff; }Also we are launching Catch Everest Pro theme next week which includes all color options.
Sakin
Keymaster@northwesturbanfarmer: Can you send me you site URL so that I can check what you are doing and what’s not working.
Sakin
Keymaster@SodaPopPR: I cannot view your site. So, you are trying to user Simple Catch Free theme. So, you want to change the background color behind the site headline. Just add the following css in “Custom CSS” box in Theme Options panel. You can change color code as per you need.
#header { background: none #fff; }Sakin
Keymaster@azie: for that you need to build child theme and edit it. It’s not that easy to change the Post slider image. You need to hire customizer.
But there is one good news. We are launching Catch Everest Pro theme next week where there will be option to use Featured Image Slider. Where you can upload image of any size as there will be image uploader.
Sakin
Keymaster@maevamena: If you want to add background to header then add the following css in “Custom CSS” box in your Theme Options panel. Change the image url as per your need.
#hgroup-wrap { background: url("http://66.147.244.179/~wendybow/wp-content/uploads/2013/03/cover-206x300.jpg") repeat scroll 0 0 transparent; }Sakin
Keymaster@ashleycovelli: Thanks for loving Simple Catch theme. Sorry but the option you have asked in not there in Simple Catch Pro theme. We will think about adding it in future updates.
You might need to hire customizer or use tweaky services and build child theme at the movement.
Sakin
Keymaster@CFarone: Can you share with me your site URL so that I can check it.
If you are using Custom Menu, then I doubt that you added Home with custom links. But you need to add through page. “Go to Appearance => Menu”, then you will see the theme locations, custom links, pages, categories boxes and so on. You need to click on “View All” in Pages box and then check home and Click on Add to menu.
Sakin
Keymaster@paramountair: Just add the following CSS in “Custom CSS” box in your Theme Options panel.
#header-content { background-color: #9eb8d9; }Sakin
Keymaster@chandrathompson: The Font options are there only in our Premium and Pro version of Themes. Good news for Catch Everest Theme users, as we are launching Catch Everest Pro next week.
Sakin
Keymaster@chandrathompson: We need to check in detail. I am not being able to recreate the problem. So, I will contact you through email. Please respond.
Sakin
Keymaster@rebel-rebel: Thanks for understand and being patience. Have a nice day.
Sakin
Keymaster@chandrathompson: You can just hide it by adding the css in “Custom CSS” box in your Theme Options panel. But I need more information about it. What do you mean by all page title. Also send me your site URL?
-
AuthorPosts
