Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterFor menu font size, you can use the following css
/* Menu Font Size */ #branding ul.menu { font-size: 16px; }The way you have center the menu with padding is overflowing the menu text when you increase the font size. So, remove the following css
#access div, #access-footer div { margin: 0 17% 0 15%; }
Then add the following css to center the menu#branding ul.menu { margin: 0; text-align: center; } #branding ul.menu li { display: inline-block; float: none; }Sakin
Keymaster@Marianne: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.wp-caption, #main #content .post-img a { border: none; }Sakin
Keymaster@GlennClosson: Thanks feel free to donate, which will be used for the development for free themes.
Sakin
Keymaster@keithphotos: You can customize Catch Box Pro theme from “Appearance => Theme Options”. For more about customization, read the theme instruction at http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@rebel-rebel: Can you check now? If it is still not fixed then you can contact our sales and account at http://catchthemes.com/contact-us/
Sakin
Keymaster@GlennClosson: Change the background color and text color as per you need.
#header #mainmenu ul li a:hover, #header #mainmenu ul li.current-menu-item a, #header #mainmenu ul li.current-menu-parent a, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li.current_page_ancestor a, #header #mainmenu ul li:hover > a { background-color: #444; color: #fff; }Sakin
Keymaster@GlennClosson: Use the following css.
/* To Remove the Border in the menu */ #header #mainmenu, #header #mainmenu ul li { border: none; } /* Menu Text Color */ #header #mainmenu ul li a { color: #444; }Sakin
Keymaster@PhaseZwei: Cheers 🙂
Sakin
Keymaster@PhaseZwei: Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#featured-post .img { display: block; margin: 0px auto; }July 11, 2013 at 11:24 pm in reply to: Theme seems not compatible with the WP app for iPad/iPhone #11705Sakin
Keymaster@tault: You can add the following css.
/* Page Title Color */ .entry-title, .entry-title a { color: #DA0059; } /* default font family */ body, input, textarea { font-family: Cambria, Arial, sans-serif; }Sakin
Keymaster@wendell.laurent: Can you try adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page .entry-title { display: none; }Sakin
Keymaster@anaorsini: For disabling comment. See this http://en.support.wordpress.com/enable-disable-comments/
For Contact Us form. You need to add your form in Contact Us page. You can just add Contact Form 7 plugin and then add the plugin shortcode in that page.
Sakin
Keymaster@Kip: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#branding { z-index: 2; }Sakin
Keymaster@meow: You can see the change log at http://catchthemes.com/changelogs/catch-box-theme/.
Those are action hooks which are very important if you need to customize the theme using child theme.
Sakin
Keymaster@lakeoswegobaseball: To hide it you can just add the following css
.entry-meta { display: none; }Sakin
Keymaster@GlennClosson: I need to know which theme are you using and how are you using it. So, best will be to share your site URL. So, that I can check in your site and send you the css code.
Sakin
KeymasterIf you upgrade from Free to Pro version of Catch Everest theme. It should be all smooth.
But if you have change any theme core files, such as style.css, functions.php, content.php and so on then it will not. That is why we always recommend to edit the theme only though the function available in Theme Options panel.
Further, if you want to customize the css then you can use “Appearance => Theme Options => Custom CSS” box or build child theme and add your css.
For any customization of functions and theme core files, you need to build child theme and edit it.
-
AuthorPosts
