Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@CarlK3D: Header Right Sidebar is only register in Catch Box Pro theme. So, you need to upgrade the theme and will be able to access the Sidebar and add social icon widgets.
See this for details in Catch Box Pro theme http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@fritzhesse: Sorry this is beyond the scope of our Theme. You need to customize style.css and then responsive.css. For this you need to build child theme and then make changes. So, I recommend hiring css developer http://jobs.wordpress.net/ or use tweaky services.
Sakin
Keymaster@andreas.kositz: I need to check in details about your site. So, I have just emailed you. Please respond there.
Sakin
Keymaster@fritzhesse: I haven’t received email. You can just upload the design image in your site and post the link here.
Sakin
Keymaster@keller113: Just add the following CSS in “Custom CSS” box in Theme Options panel to remove the “shadow” border
.entry-content img { box-shadow: none; }Sakin
Keymaster@fritzhesse: Yes you can use “Custom CSS” or child stylesheet to change the font of the test in the menu bar. Try use Web safe fonts http://www.w3schools.com/cssref/css_websafe_fonts.asp. For example to change to Arial font you can add as below:
#header-menu { font-family: Arial, Helvetica, sans-serif; }Yes it requires Pro version. If you have Catch Everest Pro theme, you will have option of Footer Editor box in Theme Options panel though which you can easily remove the “powered by wordpress” text.
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.
-
AuthorPosts
