Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@MrJonnyJones: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
.tablepress thead th, .tablepress tbody td { text-align: center; }For more about TablePress plugin, please add question in plugin author support forum.
Sakin
Keymaster@Patrick: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap, #site-logo { padding: 0; } .site { box-shadow: none; }Sakin
Keymaster@ahale1011: You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide the content.
#home-top-sidebar .widget p { display: none; }Sakin
Keymaster@kz2284: To hide the date, comment and author, you need to add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-header .entry-meta { display: none; }About disabling the leave a comment. Read this http://en.support.wordpress.com/enable-disable-comments/
Sakin
Keymaster@julienbaudry: We will be adding a lot more social icons soon. That is why we are collecting all the request for social icon and will published it together.
Sakin
Keymaster@cbtoolkit: In our site http://www.pulseinfomatics.com/ the images in the slider width is 980px whereas the site width is 1000px. So, just increase the width of the images.This will remove the grey background in left and right.
To remove the margin between the menu and slider, you need to add the following css.
#branding #access { margin-bottom: 0; }Sakin
Keymaster@ieefa: To hide the header search box, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#header .social-search { display: none; }You can change the font size of the title of pages and post by adjusting the font size and adding it in “Appearance => Theme Options => Custom CSS” box.
#main #content .post h1, #main #content .post h2.entry-title { font-size: 24px; line-height: 1.5; }Sakin
Keymaster@kz2284: You can just increase the font size from 16px to any higher you want and add the following css in “Appearance => Theme Options => Custom CSS” box.
/* For Screen size above 800px */ @media screen and (min-width: 800px) { #site-description { font-size: 16px; } }Sakin
Keymaster@speedie: To link to page, you need to use Featured Page Slider instead of Featured Post Slider. This option is there only in Catch Everest Pro version. Check out cool features in Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@versefamebeauty: I cannot view your site as it’s under construction. So I need to guess that you are using Catch Box Free theme as you have posted question in Catch Box Forum.
To center widget title in Catch Box Theme, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.widget-title { text-align: center; }Sakin
Keymaster@ccdsmith: Sorry I don’t get it what you mean? Blog entries will show like this http://catchthemes.com/demo/catch-everest/category/blog/ . But looks like you have customize the theme and I am not being able to track it down. You might consider checking with your developer.
Sakin
Keymaster@anaorsini: For all post it will show read more. I don’t get it what you mean. Can you explain it pleas.
You can control the length from “Appearance => Theme Options => Excerpt Length Option”
Sakin
Keymaster@Charliecorns: The upgrade process is quite smooth. There might be few clicks that you need due to additional features. You can also take help from us to install the pro version for you once you have made the purchase.
You can easily change font family in pro version through “Appearance => Theme Options => Font Family Options”. You don’t need plugin for that.
Yes you can make the gradient image and then add it though “Appearance => Background”.
Sakin
Keymaster@revv83: Sorry I don’t get it what you mean? Can you explain it please and also send me your site URL.
Sakin
Keymaster@AidezMoi:
1) center my logo
— Add the following css in “Appearance => Theme Options => Custom CSS” box.#header-left, #site-logo { width: 100%; } #site-logo a { text-align: center; } #hgroup-wrap #site-logo img { display: inline; }2) put the search bar and social icons on the same line
— Add the following css in “Appearance => Theme Options => Custom CSS” box.#header-right { max-width: 100%; width: 100%; } #header-right .widget { clear: none; margin-left: 15px; }3) put the social icons and search bar above the logo on the right
— To make this you need to upgrade to pro version, where there is header top sidebar. There you can add in Social Widgets and Search Widget.Sakin
Keymaster@mrse2008: What happen to you page? I will contact you through email and help you in setup.
Sakin
Keymaster@cbtoolkit: Can I take a look at your site?
Sakin
Keymaster@donnasander: Thanks for your suggestions and appreciations. We will sure think about it. But for free theme there is details change svn in WordPress.org. So, for which theme you are looking into.
Sakin
Keymaster@Dongers: I though you wanted to completely remove header and footer. Sorry for that. You have to add conditions in your header.php and footer.php . See this http://codex.wordpress.org/Function_Reference/is_page_template
-
AuthorPosts
