Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Susie: Do you mean the site tagline? I am confused what do you mean by sub-header. Either you send me your site URL or tell me in reference to our demo site. For now, I assume that you are using Catch Box Pro theme and you want to change the tagline. In this case you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box. You can adjust the font size as per you need but don’t make it too large as it will effect the mobile devices font size.
#site-description { font-size: 14px; }Sakin
Keymaster@Sihedow: It’s very difficult to give you solution without looking at your site. I assume that you are using Catch Box Free theme with default. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#page { background: none transparent; } #branding { background-color: transparent; }Sakin
Keymaster@ashrafashraf: You question is again of plugin section. See this http://stackoverflow.com/questions/4524612/remove-profile-admin-menu-from-administrative-panel, you can add “Profiless” plugin.
Sakin
Keymaster@silentcall: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#secondary .widget { padding-top: 0; } #secondary .widget-title { background-color: #000; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; padding-top: 0.5em; } #secondary .widget_search form { padding-top: 0.5em; }Sakin
Keymaster@karinschultz: Nice 🙂
Sakin
Keymaster@jsegal: I just check in your site and it looks perfect for me. From which devices and browser you check in. If you are checking from iPad then it’s designed that way. It’s a responsive design and or ipad to make it easy to read we have move the sidebar to down.
Can you confirm please?
Sakin
Keymaster@lizzy39: This plugin OIK css is conflicting with our theme. This css http://www.global-gurus.com/wp-content/plugins/oik/oik.css?ver=3.6.1.
So, can you just disable that plugin and it will work fine.
Sakin
Keymaster@Fredrik: You can turn off mobile/ipad view that is called Responsive design from “Appearance => Theme Options => Responsive Design”
For menu, just use Custom Menu from “Appearance => Menus” and then you can change the label as per you need. See this for custom menu http://en.support.wordpress.com/menus/
Sakin
Keymaster@Greenmunchies: Sorry I don’t understand your question. Looks like your question is more about the post and categories.
I see that you have added Page name “Organic” and you have category name “Organic” and I think you are confused with page and post.
The new post that you have added in the Organic category will be visible in Organic category. See this http://www.greenmunchies.net/category/organic/ . If you want to add this in menu. Then you can build custom menu from “Appearance => Menus” and add categories.
Sakin
Keymaster@xyzods: Ok you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-meta { display: none; }October 22, 2013 at 11:38 am in reply to: Add Image Button Homepage Featured Content Not Working #16198Sakin
Keymaster@cliffdavidson: Sorry option is only there is Pro version.
Sakin
Keymaster@xyzods: Justifying the paragraph in website is not a good practice. But if you want to do that. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site-content article { text-align: justify; }Sakin
Keymaster@Norman: If you want to get rid of footer text then you can remove the text from “Appearance => Theme Options => Footer Editor”.
If you are talking about something else then send me your site URL and explain what you want to remove it.
Sakin
Keymaster@Enrico: Looks like there is conflict with your plugin. Please check in you need to update any plugin. If it doesn’t get fixed after you update all the plugins, then try disabling plugins. Try with slider and image plugins like Next Gen and all.
Let me know it, if you need further help on this.
Sakin
Keymaster@donal.leader: It looks like you have added Featured Image in your post. You need to add featured image. See this on how to add featured image http://en.support.wordpress.com/featured-images/#setting-a-featured-image
Sakin
Keymaster@rbrt_bene: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page-id-1873 #main .entry-content img { box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }Sakin
Keymaster@rbrt_bene: I need those page urls.
Sakin
Keymaster@Fergie: You have lot of customization and for that you need to hire customizer.
— You cannot add solid line around the header as it covers the slider as well. If you want to add then you have to add for whole header area by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For Header */ #header .layout-978 { border: 1px solid #ccc; } /* For Blog Title */ h1#site-title { border: 1px solid #ccc; } /* For Sidebar */ #sidebar { border: 1px solid #ccc; width: 304px; }— You an add the custom menu and then you need to create empty parent link with just # or blank from “Appearance => Menus”
ProximaNova-Light is not a free font or google font to use in the theme. If you have license of the them then you have to add it manually.
Sakin
Keymaster@silentcall: Send me your site URl and then I will check in.
Sakin
Keymaster@peterson89: Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { display: none; } -
AuthorPosts
