Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@chukarnold: For changing the color and font size of the sidebar h3, use the following css.
#sidebar h3 { color: #666666; font-size: 16px; line-height: 1.5; }Sakin
Keymaster@FordTheWord: For that you need to install menu script like superfish. So for this you need to hire developer I guess.
Sakin
Keymaster@Luis: I have added back your random header image and disable the footer social icons from Theme Options. But Now the social icon header cannot be fit in right of header image. So, what to do?
Shall I make the header image smaller and fit it the social icons.
Sakin
Keymaster@chukarnold: I see that you have already change the color of links in the sidebar. Now what you want to do it. I am not so clear about your question.
Sakin
Keymaster@EliMarie: You need to change a lot of css for that. For only on that post. You can try adding in the following CSS.
.postid-1502 #content { background-color: #000000; color: #ffffff; padding: 2%; }
.postid-1502 .entry-header .entry-title a { color: #ffffff; }
For better customization you can try hiring css developer at http://jobs.wordpress.net/ or Tweaky.
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.
-
AuthorPosts
