Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@wendell.laurent: You can ready about the additional feature in Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/
You can just hide the page title by adding custom CSS in “Appearance => Theme Options => Custom CSS”.
If you want me to provide you the css code then send me your site URL.
Sakin
Keymaster@lakeoswegobaseball: Sorry we don’t have that feature ready. You can just set static page and add something nice so it will look great.
Sakin
Keymaster@dmoxnam: When you have this type of issue you need to delete the folder catch-everest from your FTP.
Sakin
Keymaster@donald: For any account and sales related question, you can directly contact our sales team at http://catchthemes.com/contact-us/
Can you check your account now? I got message from sales that it has been fixed.
Sakin
Keymaster@kati:
1. You’ll notice that my search bar where you ‘type keyword’ in the header doesn’t have the same gray box as the search bar below in the content section. Can you tell me how to get it to match the gray color box?
— You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.#header .social-search form.searchform input { background-color: #f5f5f5; }2. When I search “the fab lifestyle diet” in Google a wierd test page shows up first, it looks like this is one of my first test posts that has since been deleted. Is there a way to get my home page to come up and get rid of this test page all together? The test pages has been permanently deleted already in my WP admin.
— For that you can add Permanent Redirection through .htaccess file. If you are unaware of this then you ca search for Redirection plugin at http://wordpress.org/extend/plugins/
For detail SEO, I recommend using WordPress SEO by Yoast Plugin.Sakin
Keymaster@vickygeek: You are not allowed to change footer credit link while using any free theme. So in this case, you can just upgrade to Pro version. In Pro version there is Footer Editor, where you can delete the text.
Sakin
Keymaster@lakeoswegobaseball: The Optional Homepage sidebar will only work in you have set Static Homepage or Latest Post in the homepage. You can set that from “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”.
Sakin
Keymaster@thess: That’s the header logo. You can disable it from “Appearance => Theme Options => Logo Options”. There you can just check “Disable Header Logo” and save it.
Sakin
Keymaster@vickygeek: For that you need to upgrade to Catch Everest Pro. Read more about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@vickygeek: Please share your site URL while asking for support. This will help me to look at the issue in detail. If you are trying to change the font of the Subheading, then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1000px) { #homepage-message span { font-size: 20px; } }Sakin
Keymaster@mattsmith701: Thanks for your screenshot. I will change that.
Sakin
Keymaster@fx: It is showing fine to me. You have installed WP Super Cache plugin. So, first you need to clear your cache and refresh your browser to see the changes.
Sakin
Keymaster1) I’d prefer not to use a large logo. When I upload something moderately sized like the logo I currently have, it loses some of its quality, especial in the outsides of the blue portion that I then have to crop. Is there a way to upload any-sized logo I want without have to worry about a loss in image resolution?
— You can crop using your Photo Editor and have the best quality logo. Then upload it though “Appearance => Header”, then after upload you will see ”
Crop Header Image” section. There you just Click on the Button “Skip Cropping, Publish Image as Is”.2) Is there a way to bring the logo and search bar closer to the nav bar and eliminate much of the remaining white above them? I’m already using this code but it only eliminated a portion:
— That css is useless. If you want to reduce the padding top and bottom, adjust the padding as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.#site-logo,.header-sidebar { padding-top: 40px; } #hgroup-wrap { padding-bottom: 40px; }3) Am I able to move everything in the nav bar to the left? I don’t like them centered.
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu { text-align: left; }Sakin
Keymaster@mattsmith701: You can simple upload your screenshot in your own site or any photo sharing site and then add in your screenshot url.
Sakin
Keymaster@fx: I see empty blockquote in that page, you can go to your editor in text mode and delete it. But if you want to change the color for blockquote then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
blockquote { background-color: #000; }Sakin
Keymaster@fx: For details color options, upgrade to Catch Everest Pro Theme.
1. I would like to return the bottom bar with the name of wordpress but smaller and change the color (black and white).
— To change the background color or footer site generator, You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-generator { background-color: #000; }2. Then I need to place a banner (image) just below the menu (throughout).
— For this you need to upgrade to Catch Everest Pro Theme, where there is Featured Image Option.3. I also have a problem with the color of page titles that are black (not white).
— You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`.widget-title, .entry-header .entry-title { color: #fff; }4. And last, I always have a white box below the blog (i need to remove it).
— I don’t understand this one.Sakin
Keymaster@elh148: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { margin: 0; padding: 0; }Sakin
Keymaster@mattsmith701: The latest version for Catch Everest Pro is 1.3 only. See here http://catchthemes.com/themes/catch-everest-pro/.
I don’t know where you got that info for. Can you send me your screenshot?
Sakin
Keymaster@Hank: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* Footer Text color */ #site-generator { color: #999; } /* Footer Link Color */ #site-generator a { color: #ddd; } /* Menu Text color */ #header-menu ul.menu a { color: #eee; } /* Sub Menu Text color */ #header-menu ul.menu ul a { color: #fff; } -
AuthorPosts
