Forum Replies Created
-
AuthorPosts
-
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/
Sakin
KeymasterHello Jeff,
Can you send me your site URL, so that I can see the issues there.
Regards,
SakinSakin
Keymaster@stefantenev: You can just adjust it with the help of css. Just add the following css in “Custom CSS” box in Theme Options panel. Just adjust the margin top as per your need.
#header .logo-wrap { margin-top: 54px; }You might also want to reduce the space above the social icon for that you can add following
#header .social-search { margin-top: 40px; }Sakin
Keymaster@bradfordbeans: You logo is small enough so it doesn’t require changes when resize. If you resize to very low screen then only it will resize it.
Sakin
Keymaster@bradfordbeans: You can just add only one post in the Featured slider then you will have only one image. This will do little trick.
But if you just want one image only with your own size. Then upgrade to Catch Everest Pro theme, where you can choose Featured Image slider and then just upload one image of your own size through image uploader in Theme Options panel.
-
AuthorPosts
