Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@addogaru: you need to edit content.php file by building child theme of Simple Catch Theme.
Sakin
Keymaster@chukarnold: yes your custom css in faulty. Just add the logo, site title and description, remove the custom css and let me know it. I will check your site and will send you CSS. You need to use position.
Sakin
Keymaster@Frank: There is no breadcrumb by default. If you have installed the breadcrumb plugin then only it will display. If you are talking different then breadcrumb then send me your site URL with details of what you want to hide it and you can hide from Custom CSS.
Sakin
Keymaster@andrea: Why you want to change the h1 tags? I don’t think I understand your question. Can you explain a bit more.
Sakin
Keymaster@sabine: Your header image in http://www.clairesalon.nl is only 900px. Upload the bigger size with width 1000px will fix the issue.
Sakin
Keymaster@whycali: You can add the following CSS in “Custom CSS” box in your Theme Options panel.
.singular #content, .fullwidth #content, .sidebar-content.singular #content { margin: 0 auto; }
#supplementary { padding: 2em 0 0; }
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
-
AuthorPosts