Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@juanhermoso64: This theme is responsive theme, which mean the font size adjusts as per different screensize such as tablet, ipad, iphone, large desktop screen and small screens.
So when you edit the font size you need to be careful and edit all the fonts. So, I suggest you not to change the font size. See the style.css and responsive.css for more details about the font size.
For example if you want reduce the general content font size then you have to add all sets as below, in “Custom CSS” box in Theme Options panel.
body, button, input, select, textarea { font-size: 14px; }
@media screen and (min-width: 1190px) { body, button, input, select, textarea { font-size: 16px; } }
@media screen and (max-width: 1060px) { body, button, input, select, textarea { font-size: 14px; } }
@media screen and (max-width: 960px) { body, button, input, select, textarea { font-size: 13px; } }
@media screen and (max-width: 480px) { body, button, input, select, textarea { font-size: 12px; } }
So, if you really need to adjust then take expert help from CSS developer.
Sakin
Keymaster@anapper: Catch Everest Free theme only have Featured Post Slider. This means you can only add in your posts as Featured Slider. The image, title, and content are taken from the post.
1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
2. Then get the ID of the post. When you edit your post or write a post, you will see the id in your browser address bar. Also you will see the Post ID in All Posts section. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/
3. Then go to “Appearance => Theme Options => Featured Post Slider”. Add in the post id.
April 18, 2013 at 11:09 am in reply to: Whitespace between featured post slider and homepage headline #7243Sakin
Keymaster@jccaro: Just add the following CSS in “Custom CSS” box in Theme Options panel. Reduce the margin top as per your need.
#homepage-message { margin-top: 10px; }Sakin
Keymaster@iceman027: Just add the following CSS in “Custom CSS” box in Theme Options panel.
#content nav a { color: #004000; }Sakin
Keymaster@juanhermoso64: Where you want to include the RSS Icons together with your Social Icons. Then just go to “Theme Options => Social Links” and add your feed link http://feeds.feedburner.com/Sercade
I see that you have already added your feedburner link in Redirect Feed URL.
Sakin
Keymaster@Luis: I have remove the social icon. You can do that by yourself if you want to enable or disable through “Appearance => Theme Options => Header Options”. See the option to Disable Header Right Sidebar.
For the facebook like. You can add in the code in sidebar widgets. Better you install plugin and add it. The way you have asked is a difficult one and you need coding experience.
Try searching for plugin http://wordpress.org/extend/plugins/ . I think Jetpack plugin also have this feature. http://wordpress.org/extend/plugins/jetpack/
April 18, 2013 at 9:31 am in reply to: How can I disable "related posts" from simple catch theme #7235Sakin
Keymaster@hastings: You question is much of technical and I think might need to hire developer from http://jobs.wordpress.net/ or Tweaky.
I am try to explain what you can to do edit that. Change the social image image “social-profile.png” which you will find in “image” directory in Catch Everest Theme for the settings change the function catcheverest_social_networks() which you will fin din file catcheverest-functions.php inside “inc” directory of theme.
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.
-
AuthorPosts
