Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@mscserginho: The replace your css with
#hgroup-wrap, #hgroup, #site-logo { padding: 0; }I don’t get it why the image has 300px. Can upload/select the image from “Appearance => Header” and select the crop area cover full image and click on crop and publish. Maybe this will help.
Sakin
Keymaster@J14: I hope this screenshot will show you how to enable and disable comments in pages
http://www.pinterest.com/pin/548594798329843253/Sakin
Keymaster@BEAUVAIS: Can you post your question in Catch Evolution Pro support form http://catchthemes.com/support-forum/forum/catch-evolution-pro-premium/ and also do post in your site url and maybe screenshot of what you want to change.
Sorry this is simple catch theme support forum and others might get confused.
Sakin
Keymaster@mscserginho: It would have been better if you have posted your site URL as well. I see that you are using Catch Everest Free Theme. Then just go to “Appearance = Header” and upload the image size of width 1140px after you upload it use the button “Skip Cropping, Publish Image as Is” to upload the original image. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the padding.
#hgroup-wrap, #hgroup { padding: 0; }But you cannot keep the social icon and search in the header right sidebar. It will go down or you can disable that from “Appearance => Theme Options => Header Right Sidebar”
Sakin
Keymaster@Jennifer: That header image is not click-able. If you want to make that link then you need to build child theme and create
functions.phpfile and then copy functioncatchevolution_featured_header()fromcustom-header.phpfile and edit it.Only logo has default link to homepage.
Sakin
Keymaster@zscheimer: For detail color options you can upgrade to Pro version where there is Color Picker in Theme Options panel.
The CSS that you have added in “Appearance => Theme Options => Custom CSS” will work fine but has issue there. There is missing closing bracket in your css
}. Find the css/*Header Menu Color*/ #header-menu { background-color: #000000;and replace it with
/*Header Menu Color*/ #header-menu { background-color: #000; }For content background color and text color will be as below:
.site { background-color: #000; color: #fff; }Sakin
Keymaster@suchi: For that site, the css will be as below:
#supplementary .widget-area .widget_sp_image { display: inline; float: left; }Sakin
Keymaster@Karen Higginson: Did you refresh your browser and check in as I check in those pages and there is no menu bar. It’s hidden.
Sakin
Keymaster@Karen Higginson: You can ad following CSS in “Appearance => Theme Options => Custom CSS” box to hide menu in disclaimer, biominix, cart and checkout pages.
.page-id-127 #header-menu, .postid-19 #header-menu, .woocommerce-cart #header-menu, .woocommerce-checkout #header-menu { display: none; }Sakin
Keymaster@Ronald de Hommel: Can you post your code in https://gist.github.com/ and send me the link of your code. Then I can check in.
Sakin
Keymaster@Karen Higginson: I have already replied you in http://catchthemes.com/support-forum/topic/remove-menu-bar-3/. Please don’t post same question twice.
Sakin
Keymaster@Jopie:
1. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
body { padding-top: 20px; }2. For menu, can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { #header-menu { margin: 0 auto; width: 754px; } #header-menu .wrapper { width: 754px; } #header-menu ul.menu a { padding: 0 0.8em; } }Sakin
Keymaster@zorter: Can you send me your site URL? I will check in if there is any default css that is overwriting.
Sakin
Keymaster@suchi: Which plugin did you add in for featured posts widgets? You need to ask in that plugin support forum.
The link in the image is fine but the link in the “more” is conflicting with the page permalink. So, the plugin have to fix this. They need to make the more link to use the link like in the image.
Sakin
Keymaster@Karen Higginson: This is manual process and you can just hide it with the help of Custom CSS specific to that page. So, can you send me the links of the pages for which you want to hide the images.
Sakin
Keymaster@suchi: You can try adding in the following CSS in “Appearance => Theme Option => Custom CSS” box which will make your image widget align horizontally.
#supplementary .widget-area .widget_simpleimage { display: inline-block; float: left; }Sakin
Keymaster@zorter: For sub-menu item color, you can add the following Custom CSS in “Appearance => Theme Options => Custom CSS” box.
#fixed-header-top ul.menu ul { background-color: #fff; } #fixed-header-top ul.menu ul li a { color: #000; }For Slider, you cannot add this slider in your sidebar. For sidebar slider you can search for slider plugin at http://wordpress.org/plugins/.
Thanks for upgrading to pro version. You can find detail instruction of slider on http://catchthemes.com/theme-instructions/catch-evolution-pro/. Now for the slider, first you need to “Select Slider Type” from “Appearance => Theme Options => Featured Slider => Slider Options”.
So, if you choose Featured Page Slider or Featured Post slider, you need to add Page or Post ID from which the slider code will take the featured image of those page and post. Similarly if you choose Featured Category Slider, then it will take the latest posts features image from selected category.
Then if you choose Featured Image Slider then it’s an independent slider where you have to upload individual image, title, content and links as per your need.
Modifying the width of the slide is bit complicated as we need to change the width will the responsive design of various screen-size. So, can you tell me your desire width and I will check in the css.
Sakin
Keymaster@JimFenster: Did you add in the custom css that I gave you.
Sakin
Keymaster@JimFenster: Oh you have used custom three column layout style that is why it is showing issues. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.one_third #sectionTitle { clear: both; display: block; } -
AuthorPosts
