Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@fritzhesse: I don’t understand your first question.
To remove the top white space so that your logo touches the top edge. Just add the following CSS in “Custom CSS” box in Theme Options panel.
.site { margin-top: 0; }Sakin
Keymaster@onlibebjjproject: To add category posts in the page. You need to install the plugin for which you can search in http://wordpress.org/extend/plugins/
But there is another options, just create the category names “Blog” and then add the post in that category. Then just add the Blog category in the menu through custom menu. See this on how to add custom menu http://en.support.wordpress.com/menus/
Sakin
Keymaster@alisonmckellar: I just check in your site and don’t find any white space on either side of the sliding image.
Sakin
Keymaster@myellowhair: That is Homepage Featured Content which you can mange it from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content”. From here you can either disable it for add your own content.
Sakin
Keymaster@frederikwa: This is more of customization work then just a normal support. So, please hire at http://jobs.wordpress.net/ or use tweaky services as shows in sidebar.
You can change the background color of the elements and work around. We cannot help more then this.
/* For Footer Sidebar Area */
#supplementary { background-color: #eeeeee; }/* For Footer Description Area */
#site-generator { background-color: #ffffff; }
Sakin
Keymaster@mook32: Oh for this one you need to edit the function catchbox_social_networks() which you will find in file catchbox-functions.php which in inside “inc” directory of your theme.
after that you need to clear the cache of option panel. So, change any option in Theme Options and save it which will clear the cache and it will be fine.
Sakin
Keymaster@jsvoboda: About the link in your site in bit confusing. We haven’t experienced that. So, I will contact you through email. I will need to look at your site.
Sakin
Keymaster@jvargas84: If you just use the Featured Image Slider in the Catch Everest Pro. You have option not to add in the links.
Sakin
Keymaster@mook32: there is one trick that you can do. Just option the image social-profiles.png in theme “image” directory. Then change the icon with the one that you don’t use.
Then in your Theme Options, social icons add the url. So, it will show the replaces image.
Sakin
Keymaster@Samson81: That is not possible through custom css or easy tweak. You need to manually change the code. So better hire someone to do that task.
Sakin
Keymaster@bill: The home is active when you are in homepage. If you go to About us page then About us page will have active black.
You can control or change the color of active menu by change the color code and adding the following css in “Custom CSS” box in Theme Options panel.
#header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #000000; }Sakin
Keymaster@shanewasik: Yes, just add the following CSS in “Custom CSS” box in Theme options panel. You can increase the margin top.
#header .social-search { margin-top: 100px; }Sakin
Keymaster@Luis: About this page http://alegriarestaurant.com/about-us/our-cuisine/. You have pasted the content with your dark color manually. This cannot be controlled through theme. You have manually make it blank.
About your entry title. I just check in your custom css and it is like below:
#branding ul.menu a { text-transform: uppercase; }
.tinynav {text-transform:uppercase; }
#branding ul.menu a { padding: 0 1.11em; }
#branding ul.menu ul a { color: #FF0000; }
#categoryposts-8 div.widget-title h3 { color: #006699; }
#site-title, #site-description { margin: 0; text-align: center; }
#branding hgroup { margin: 0; padding: 0; }\.entry-title,
.entry-title a { color: #dddddd; text-align: center; }
where you can see there in \ in front of the code. The Custom CSS should look like below:
#branding ul.menu a { text-transform: uppercase; }
.tinynav {text-transform:uppercase; }
#branding ul.menu a { padding: 0 1.11em; }
#branding ul.menu ul a { color: #FF0000; }
#categoryposts-8 div.widget-title h3 { color: #006699; }
#site-title, #site-description { margin: 0; text-align: center; }
#branding hgroup { margin: 0; padding: 0; }
.entry-title, .entry-title a { color: #dddddd; text-align: center; }
Sakin
Keymaster@Samson81: That CSS is for @maevamena and it will not work for you.
What are you trying to do it? Let me know and then I will send you another css.
Sakin
Keymaster@palmer.lee: I have just contacted you through email. Please respond there.
Sakin
Keymaster@Samson81: You have to adjust the following css. So, just adjust the padding 50px to whatever you need and add the following CSS in “Custom CSS” box in Theme Options panel.
#site-logo { padding-top: 50px; }
#hgroup-wrap { padding-bottom: 50px;}
Sakin
Keymaster@lpompen: You have missed adding in the Featured Image in your post. Just add the featured image and you will see the image. See here on how to add featured image
http://en.support.wordpress.com/featured-images/#setting-a-featured-imageSakin
Keymaster@bill: When you decrease it, you have to decrease it for different screen sizes. I will just give you hint and you can change it accordingly. Change the margin and padding as per your need.
Just add the following css in “Custom CSS” box in Theme Options panel.
.site-content article { margin-bottom: 40px; }
@media screen and (min-width: 1190px) { { margin-bottom: 50px; } }
@media screen and (max-width: 1060px) { { margin-bottom: 30px; } }
@media screen and (max-width: 960px) { { margin-bottom: 20px; } }
Sakin
Keymaster@Samson81: Sorry we don’t have different slider options in different pages. You might find that in plugin. Search plugin in http://wordpress.org/extend/plugins/
-
AuthorPosts
