Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@akire64: Can you tell me in which section you want to reduce it. For main then the Custom CSS will be as below:
body, button, input, select, textarea { font-size: 14px; }Sakin
Keymaster@bcarr: For this you need to upgrade to Catch Box Pro theme where we have register Header Right Sidebar. http://catchthemes.com/themes/catch-box-pro/
March 28, 2013 at 10:53 pm in reply to: Issues with masthead or hgroup-wrap not resizing properly #6070Sakin
Keymaster@CFarone: You have just changed the main css but not responsive.css. So, check this
@media screen and (max-width: 1060px) {
#hgroup-wrap {
padding-bottom: 0;
}
}
Your site looks great.
Sakin
Keymaster@mrt_rl: Just use Custom Menu. Go to “Appearance => Menu”. See this for more details http://en.support.wordpress.com/menus/ .
When you create menu with this you can change any menu title through label.
Sakin
Keymaster@Casadima: See this forum thread for how to add featured post slider http://catchthemes.com/support-forum/topic/featured-post-slider-not-showing-up/
For controlling number of posts in slide. Go to “Appearance => Theme Options => Featured Post Slider => Add Slider Options” and type in the Number of Slides.
Sakin
Keymaster@cbtoolkit: Yes your second css in good if you just want to hide in page only.
Sakin
Keymaster@Elisabetta: Just add the following css to change the highlight for hover and active menu. I see you already have the following code in “Custom CSS” box. Just change the color code as per your need.
/* For Menu Color hover and active */
#access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
background-color: #3a3434;
color: #f8940f;
}
Sakin
Keymaster@nirym: Which border is not working for you. All the css code that I send you is supposed to add in “Custom CSS” box in Theme Options panel from your WordPress Dashboard.
Sakin
Keymaster@dre2010: Once you change it in function you need to regenerate the thumbnail again. Use this plugin to regenerate it http://wordpress.org/extend/plugins/regenerate-thumbnails/ and then change any value on theme option and it will load you new size.
Sakin
Keymaster@burak: Just add the following CSS in your “Custom CSS” box in Theme Options panel.
#header #mainmenu ul li:last-child { border-right: none; }
#header #mainmenu ul li:last-child a { padding: 0 15px; }
Sakin
Keymaster@ryanc44: But in Catch Box there is not typo error. It’s just in Simple Catch and also it will be updated soon.
Sakin
KeymasterJust to let you all know that there is Catch Everest Pro version as well which has lot of color options, font options and many more from Theme Options panel itself. Take a look at it http://catchthemes.com/themes/catch-everest-pro
Sakin
Keymaster@bhomay: Just add the following CSS in “Custom CSS” box in theme options panel. Just change the color code as per you need.
/* For footer site generator */
#site-generator { background-color: #8DC73F; }
/* For Border Color in Header Message */
#homepage-message { border-color: #8DC73F; }
Sakin
Keymaster@StefanPaulGeorgi: Yes you can upgrade to pro version http://catchthemes.com/themes/catch-everest-pro and edit the footer code easily through Theme Options panel. See the theme instruction for Catch Everest Pro http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymasterfor footer sidebar background color. Just add the following CSS in “Custom CSS” box in Theme Options panel.
#footer-sidebar { background-color: #CEECF5; } -
AuthorPosts
