Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@FordTheWord: Oh then replace the css that I gave you earlier with the following:
#branding #access, #branding ul.menu ul a { background: none #037D32; }If you want different background color for the current menu then add as below:
#branding .menu .current-menu-item > a, #branding .menu .current-menu-ancestor > a, #branding .menu .current_page_item > a, #branding .menu .current_page_ancestor > a { background-color: #037D32; }Sakin
Keymaster@Mickesan: You can set static page or latest post from “Settings => Reading”.
Thanks.
Sakin
Keymaster@EliMarie: You already have black background. Do you mean that you want to have black in this page and other background in rest of the pages. So, let me know the colors you want.
Sakin
Keymaster@FordTheWord: Send me your site URL and let me know what you like to change the child menu background to.
Sakin
Keymaster@13alaise: Just add the following CSS in “Custom CSS” box in Theme Options panel.
#sidebar-top { padding-top: 60px; }
@media screen and (max-width: 1100px) { padding-top: 0; }
Sakin
Keymaster@maevamena: Please the above css with the following:
.site {
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0; /* future proofing */
-khtml-border-radius: 10px 10px 0 0; /* for old Konqueror browsers */
}
#colophon { background-color: #696969; }
#site-generator {
-moz-border-radius: 0 0 15px 15px;
-webkit-border-radius: 0 0 15px 15px;
border-radius: 0 0 15px 15px; /* future proofing */
-khtml-border-radius: 0 0 15px 15px; /* for old Konqueror browsers */
}
Sakin
Keymaster@Maeve: Sorry there was space between. Replace the above code with the following
.widget.widget_catcheverest_social_widget { background: none; border: none; padding: 0;}Sakin
Keymaster@Mickesan: There might be setting issue. Can you check your “Settings => Reading” from your WordPress dashboard and set Front Page Display as Latest Post.
Also check your “Appearance => Theme Options => Homepage / Frontpage Category Settings”.
Let me know if this doesn’t solve your issue.
April 17, 2013 at 12:35 pm in reply to: How can I disable "related posts" from simple catch theme #7178Sakin
Keymaster@joel: I don’t understand which related post feature are you talking about. We don’t have any feature called related post. So, I think you are trying to mean different one and got confused with the term. So, can you show me your site and tell me what you are talking about.
Sakin
Keymaster@ceman027: I check in your site and you haven’t already changed the color. So, I guess you found your answer.
Sakin
Keymaster@jccaro: I hope you are talking about the top margin in your site. So, just add the following CSS in “Custom CSS” box in Theme Options panel.
.site { margin-top: 0; }Sakin
Keymaster@EliMarie: Wow so many question at a time and also I cannot view your site to answer. We only help if there is few question why don’t you look at theme instruction first http://catchthemes.com/theme-instructions and fond answer and only for those one which you don’t understand or cannot work on it. Then let me know it.
Sakin
Keymaster@dan: For Catch Box Theme, you will not find option to add more social links icons. But yes you can request one and out developer will add in version updates.
But if you know little bit about code then you can do that yourself. Just add link in any social icon that you don’t want then change the icon image from social-profiles.png which you will find in image directory of the theme.
Sakin
Keymaster@chukarnold: Just add the following CSS in “Custom CSS” ox in Theme Options panel.
#sidebar h3 { text-transform: none; }Sakin
Keymaster@Samson81: Just add the following CSS in “Custom CSS” box in Theme Options panel.
.entry-content table, .entry-content td { border: none; }Sakin
Keymaster@Elisabetta: I just check in your site and found strange code added. Then I suspected that your site has been hacked.
So, I scan your site and found malicious code. See this http://sitecheck.sucuri.net/results/www.federicoalberati.com/ and see this http://wordpress.org/support/topic/help-ive-been-hacked-or-adware
Sakin
Keymaster@goksanyb: I looked at your site and you are using Catch Everest Free theme with Responsive options disable.
In this case, you can just increase the padding left for your logo as per you need. Just adjust the width as per you need in following code and add it in “Custom CSS” box in Theme Options panel.
#site-logo { padding-left: 20px; }To edit the copyright footer, you need buy Catch Everest Pro theme http://catchthemes.com/themes/catch-everest-pro/
-
AuthorPosts
