Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@cbtoolkit: thanks.
Sakin
Keymaster@tesaemail: The header image is stretch as you have added the following css in your “Custom CSS” box
/* header logo size */
#branding img {
height: 125px;
margin-bottom: -9px;
width: 960px;
}
Remove this.
Sakin
Keymaster@paigeohliger: Please use the Custom Menu to fix the menu issues. See this for Custom Menu http://en.support.wordpress.com/menus/
Sakin
Keymaster@Donkies11: To disable comments Click To Read Tutorial or Click to Watch Video
Sakin
Keymaster@Leozaw: For making changes in the Footer Site generator text and code. You need to upgrade to Catch Everest Pro and there you will see the Footer Editor text where you can add the changes you like.
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; }
-
AuthorPosts
