Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Jos: Can you check now? You should be able to download from your account. If you still have problem. Then contact our sales team directly through http://catchthemes.com/contact-us/
Sakin
Keymaster@henrim: Do you mean to add Featured Post Slider. Then you need to Go to “Appearance => Theme Options => Featured Post Slider”. There you have to add in the Post IDs. Remember to add featured image in the post as the Featured Post Slider takes in the post featured image, title and content. See the theme instruction at http://catchthemes.com/theme-instructions/catch-evolution/
Sakin
Keymaster@macaguerra: To change the color of menu, you can simple use any of our Pro or Premium themes, which has in-build color option in Theme Options panel. If you are using Free themes then you need to upgrade to pro version.
Sakin
Keymaster@marga: Have you customize the site as the header image is working fine on our sever. When I check in your site, the height of the image is defined. Can you try deleting that image from “Appearance => Header” and then add new one.
Sakin
Keymaster@@jpbertram: Yes you have that option in Theme Options panel as well as for individual pages and posts editor.
Sakin
Keymaster@jpbertram: Yes we can assist you in upgrade. You can contact our sales and account at http://catchthemes.com/contact-us/ and ask them to upgrade it for you.
Sakin
Keymaster@interiorsalvage: For site loading and speed, I recommend you to use “W3 Total Cache” plugin and “Photon” module of Jetpack plugin.
Sakin
Keymaster1) how to delete/make invisible the header box that contains the logo. we need the logo not to be in box.
— Do you mean to remove the background and box shadow, then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box..site { background-color: transparent; box-shadow: none; } #main { background-color: #fff; } #homepage-message { margin-top: 0; }2) How to center the logo on top of our website.
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box#header-left, #site-logo { width: 100% } #hgroup-wrap img { margin: 0 auto; }3) We need the submenu of the main menu to open vertical. how to do this?
— This option is not there in theme. You need to hire CSS developer to do this for you.4) we need to place 2 widgets in footer that contains news from 2 different categories and the title of the widgets to be centered and not alligned left as they are now.
— This options is not there in theme. You need to search for plugin to do this or you need to hire developer to work on it. I have only help in CSS alignment.October 4, 2013 at 7:04 pm in reply to: how to get text area more narrow + is it possible change font on only F1 F2 #15536Sakin
Keymaster@lisareopera: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box, where you can define the max width.
.no-sidebar #primary { max-width: 500px; }Sakin
KeymasterHi Bruno,
You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#sidebar-header-right .hjawidget { font-size: 18px; }Regards,
SakinSakin
Keymaster@jzhess88: I see that you have customize the core theme files, you are not supposed to do that. For any custom CSS, you can either add it in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in child theme style.css
If you look are the customization you have done in style.css. You will see the following CSS.
strong, b { color: #666666; font-weight: bold; }See here, you have defined color for bold text. Just remove that.
Your call to action box background color is defined in http://www.fantasygeniuses.com/wp-content/uploads/js_composer/js_composer_front_custom.css. So, you can either disable this CSS or you can overwrite it by adding the following CSS in “Appearance => Theme Options => Custom CSS” box. In the following CSS, you can customize the color code as per you need.
#main .wpb_call_to_action { background-color: #E1BA00; border: 1px solid #D4AD00; }Sakin
Keymaster@ashrafashraf: Hello Ashraf, Thanks for showing interest to work with us. But I don’t work on business deal. You can contact us through http://catchthemes.com/contact-us/
You can just create a category and post it there. But if you are trying to make it auto post from the users then you need to search for plugins at http://wordpress.org/plugins/
Sakin
Keymaster@paulxd: Hi Paul, There was changes in the CSS and Menu. So, after you update the theme, you might get your old CSS due to cache and see the menu. But if you look at your site by refreshing it. It will be fixed. I just check in your site and it looks fine.
Sakin
Keymaster@Frans: People can comment in individual post not in blog or category archive page.
Sakin
Keymaster@azizwaing: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { display: none; }Sakin
Keymaster@jobregonz: Sorry, please check now. If you have any issue with your account then you can contact our sales and account directly at http://catchthemes.com/contact-us/
Sakin
Keymaster1. You can hide homepage title by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.home .entry-header { display: none; }2. How can I replace the search bar on header’s top right hand with a contact us button or social media button?
— You can simply add widget in your header right sidebar.3. Also how can i remove the footer of my posts that refers to where the post is located and tags?
— You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
footer.entry-meta { display: none; } -
AuthorPosts
