Forum Replies Created
-
AuthorPosts
-
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; }Sakin
Keymaster@zorter: For menu background color and text color you can change the color code as per you need and then add the following Custom CSS in “Appearance => Theme Options => Custom CSS” box. For easy and detail color option you can use PRO version.
#fixed-header-top { background-color: #000; } #fixed-header-top ul.menu > li a { color: #dddd; }After you select the three column layout, you need to add widgets in your “Third Column sidebar” from “Appearance => Widgets”.
Sakin
Keymaster@faemont: I see that you have added the following CSS in your custom CSS plugin. Just remove that and it will be fine.
#search-5 { margin-right: 15px !important; }Sakin
Keymaster@vera: Oh you are not supposed to change any core theme files. If you need to edit any core theme files then do it by building child theme.
Not the option will be to replace your functions.php file with http://themes.svn.wordpress.org/catch-evolution/1.3/functions.php . For this, you either need to have FTP access or Hosting Control panel access. Then you can change the code.
Sakin
Keymaster@JimFenster: Please send me your site URL and also let me know which version of explorer your talking about and if you can upload the screenshot and share the URL will be great.
Sakin
Keymaster@BEAUVAIS: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* Disable Page Header */ .page-header { display: none; } /* Disable Post Entry Meta */ .entry-header .entry-meta { display: none; }Sakin
Keymaster@BEAUVAIS: BolonewtRegular font is not a Google font or web font. We can only add GPL Web Font or Google Font in our theme pack. If you have license of this font then you can use Font Embed and add it. You can use online web font generator at http://www.fontsquirrel.com/tools/webfont-generator
Sakin
Keymaster@J14: Thanks for finding our the solutions and sharing it here. Yes, Pro version have lot more featured. See details at http://catchthemes.com/theme-instructions/catch-evolution-pro/
Sakin
Keymaster@Chris: Thanks Chris, finally I got it what you mean. Will update in new version update.
Sakin
Keymaster@Jennifer: I see that you have 2 different image, 1 for the homepage and another for other pages. So, try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { display: none; } #branding img { width: 100%; }Sakin
Keymaster@dchambers: If you just want to change the text color of Entries in you Homepage Featured Content, then you can play with the color code as per your need. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
/* For Title */ #featured-post .entry-header .entry-title, #featured-post .entry-header .entry-title a { color: #fff; } /* For Content */ #featured-post .entry-container { color: #fff; }Sakin
Keymaster@Chris: Yes, I did same setting that you showed me but for me the header image is showing fine. Isn’t it working for you.
Sakin
Keymaster@Chris: It’s strange as I check in all conditions and it’s working fine. Maybe, you check on “Disable Header Logo”. If you do this then only logo will disappear.
Sakin
Keymaster@luismarioochoa: Thanks for your support and purchasing Catch Box Pro theme.
1. Remove the grey frame around the body of the website.
– This can be done through “Appearance => Theme Options => Color Options => Custom Color”. There you can change “Content Background Color” to white and save it.2. Center the “Copyright © 2014 Luis Mario Ochoa. All Rights Reserved” info on the bottom of the page.
– You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.#site-generator .copyright { margin: 0 auto; text-align: center; width: 100%; }3. Remove the three grey horizontal lines at the bottom of the page that serve to separate the body and footer.
– You can add the following CSS in “Appearance => Theme Options => Custom CSS” box..hentry, .no-results, #author-info, #disqus_thread, #content .error404, #colophon, #site-generator { border: none; }Sakin
Keymaster@faemont: I see that you have added “custom css” using My Custom CSS plugin. The following CSS added 5px solid red color border. You can remove that or change the color code in your custom css.
.site { border-top: 5px solid #820900; margin: auto; }Same with the Contact Sales button, I found the following css, where #820900 is red color background:
#search-5 a { background: none repeat scroll 0 0 #820900; border-radius: 5px; color: #FFFFFF; font-weight: bold; margin: auto; padding: 10px; text-align: center; text-transform: uppercase !important; } -
AuthorPosts
