Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@sabine: You can create custom menu and adjust the menu as per your wish. See this http://en.support.wordpress.com/menus/
and further if you want to hide it then you can hide it by adding the following CSS in “Custom CSS” box in your Theme Options panel
#branding #access { display: none; }
Sakin
Keymaster@Piotrekkk: Because you have added the background in hover through for comments-link class through “Custom CSS” see this css I extracted from your site
article.feature-image.small .entry-summary p a:hover,
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active,
.feature-slider a.active {
background-color: #326693;
}
Sakin
Keymaster@jbruant: You are using Catch Box Pro theme and you added your question in Catch Box Free Theme Forum. You need to add it in http://catchthemes.com/support-forum/forum/catch-box-pro-premium/
Just change the color code to to the color you want. You can add the following CSS in “Custom CSS” box in your Theme Options.
/* To change the background of the footer below your footer menu */
#site-generator { background-color: #CCCCCC; }
/* To change the background of the footer above your footer menu */
#supplementary { background-color: #CCCCCC; }
Sakin
Keymaster@kott6850: First when you ask question please add in your site URL. I don’t understand exactly your first question. You can add the large logo by combining the images then it will look like you have two image. But there current theme don’t have option to add two image in the logo.
For menu use custom menu. See this http://en.support.wordpress.com/menus/
Sakin
Keymaster@smccave1: Maybe you download file is not complete one. I mean there must be some issue while you download the theme form Catch Theme. Login to you account and download it again http://catchthemes.com/login/ and then try uploading in your server.
January 29, 2013 at 10:51 am in reply to: Removing posts from front page or removing date and posted by #3434Sakin
Keymaster@heathermcguffin: You can simply add the following CSS in “Custom CSS” box in your Theme Options panel to hide it.
.entry-header .entry-meta { display: none; }
Sakin
Keymaster@Rich2337: Currently the Header right side only support the Search box and the Social Icons. Yes, I have noted down and will add it in future updates. For now you have to build child theme and then do the customization on theme. IF you know WordPress, PHP and CSs then I can guide you otherwise use the Tweaky serveries http://bit.ly/YANvfZ
Sakin
KeymasterHi Arnaud,
For menu, Catch Mustang support Custom Menu feature of WordPress. See this http://en.support.wordpress.com/menus/ for detail instruction.
Regards,
SakinSakin
Keymaster@sbarrington114: It’s ok but you can always create a new thread. I see that you are using Catch Box Pro theme. Then there is option to replace your current Featured Post Slider with Featured Image Slider. Where you can add the image, title, description and link as per your wish. See this for theme instruction: http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@fidlerten: That code is for 728 x 90 ads. Can you add it and show me your screenshot. Also don’t worry once you make the site live where I can see it. I will fix it anyway.
Sakin
Keymaster@paigeohliger: It looks file all the widget title with link color as #45290e and link hover as #ef5a29. But if you want to add the color for normal widget title without link then replace the previous css and add the following css in “Custom CSS” box in Theme options.
.widget-title, .widget-title a { color: #45290e; }
.widget-title:hover, .widget-title a:hover { color: #ef5a29; }
Sakin
Keymaster@paigeohliger: Can you send me your site URL and also did you added that in “Custom CSS” box in Theme Options or in Style.css .Don’t add in style.css
Sakin
Keymaster@paigeohliger: You can remove the old css that I gave you and replace that with the following one
.widget-title a { color: #45290e; }
.widget-title a:hover { color: #ef5a29; }
Sakin
Keymaster@fidlerten: You need to add that ads in Header Right Sidebar and then you need to add the css that I gave you in “Custom CSS ” in theme options panel not on sytle.css
Sakin
Keymaster@arichardc: if you don’t resize the image then add add the following css in “Custom CSS” box in your Theme Options panel. This will center the image.
#slider-wrap img { margin: 0 auto; }
Sakin
Keymaster@sabine: See this http://catchthemes.com/support-forum/topic/menu-color-problems/. it’s already answered here.
Sakin
Keymaster@sabine: See this http://catchthemes.com/support-forum/topic/menu-color-problems/. it’s already answered here.
Sakin
Keymaster@roffless: Thanks I will fix that in version 1.2.2. Bot for now you can add the following css in “Custom CSS” box in your Theme Options
.no-sidebar .entry-title, .error404 .entry-title {
font-size: 20px;
line-height: 1.62em;
}
-
AuthorPosts