Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@luismarioochoa: I check in your site with my Android devices and you menu looks so small as you have disable responsive design. That is why you are having trouble going to sub-menus. When I zoom in and click on About US, I am able to select “Our Cuisine”. So, it bit complex without responsive design.
Second I don’t understand your request. Like when I click on About us it show me “Our Cuisine, Our team and Chef’s Tips. There is no problem.
Sakin
Keymaster@dmcleman: For this check our your “Content layout” in “Appearance => Theme Options” and change it to “Show full content” then only your more link will work. Otherwise it will display the excerpt text with featured image that you have add in the post.
Sakin
KeymasterHello Silvan,
It’s cool that you fixed the background.
Another I don’t understand. If you want to disable Featured Slider then you can disable it from “Appearance => Theme Options => Featured Slider => Slider Options” and in “Enable Slider”, you can select “Disable” and save changes.
Regards,
SakinSakin
Keymaster@Janet:
1. Yes, there is about 15px margin about your css, which you can remove it by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#header-right .widget { margin-top: 0; }2. The text below the slider, are you talking about Homepage Headline with the text “Lockhart’s Premier Rental Event Center”. For that you can change the text color from “Appearance => Theme Options => Color Options => Site Color Options” and change “Homepage Headline Color” and save changes.
3. I already gave you the css to change the contact button. You can change the color code in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
#homepage-message .right-section a { background-color: #9bc23c; color: #fff; } #homepage-message .right-section a:hover { background-color: #87ae28; color: #fff; }4. To remove that white space, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#featured-post { border: none; margin-bottom: 0; }5. At the bottom of the page is the blue footer where the copyright is (and the copyright text is still in white).
— For copyright background color, you can change it from “Appearance => Theme Options => Color Options => Site Color Options” and then change “Footer Background Color” and save change.
— Footer copyright text color, you can add the following css in “Appearance => Theme Options => Custom CSS” box.#site-generator { color: #1B5F7D; } #site-generator a { color: #1B5F7D; }Sakin
Keymaster@drlapco: Already gave you direction. Sorry I think you might need to hire customizer to work on it.
Sakin
KeymasterIt’s not from Theme Options panel. It’s from
simplecatch_headerdetails()function which you can find it insimplecatch_functions.phpfile. If you want to edit this then it’s simple, just build child theme and then create blankfunctions.phpfile copysimplecatch_headerdetails()functions and edit it.Sakin
Keymaster@drlapco: Sorry no option, you need to build child theme and do the customization. If you were using Pro version then you could add it in Right Sidebar. But for free there is no open then to build child theme and then edit header.php file.
Sakin
Keymaster@drlapco: There is not option to do that. The site description is from your “Settings => General” tagline text.
Sakin
KeymasterHello silvan,
I just check in your site and see that you have edited the theme files directly. You are not supposed to edit any files inside ‘catch-everest-pro’ theme directory. As all the edits will be reverted back to original when you update the theme. So, if you want to edit these then you need to build child theme and edit it.
Which section you want to make it transparent?
About the slider background only on Homepage, you need to check if this option is there on the plugin or not.
Sakin
Keymaster@Melih: If you have added from there then you can remove from there. Check yout “Appearance => Theme Options => Custom CSS” box and also “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes”.
Sakin
KeymasterHi Walter,
We are not yet ready to make this feature on our Free Theme. Maybe in future. But not at this stage.
Regards,
SakinSakin
Keymaster@kteschmitt: Sorry cannot understand it. I need live site. Let me know when your site is live.
Sakin
KeymasterThanks Erik, yes everyone has own choice and there is variety of theme with different line spacing and choosing the best fit is good.
Sakin
Keymaster@luismarioochoa: If you don’t need responsive then you can disable it from “Appearance => Theme Options => Responsive Design”
Sakin
Keymaster@markpysher: Cool it worked for you.
Sakin
Keymaster@TheSydneySiders: You can increase the width and decrease the margin left in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 768px) { #featured-post .post { margin-left: 5%; width: 30%; } }May 29, 2014 at 11:06 am in reply to: Button colour change & how to centre content in sidebar #32908Sakin
KeymasterHi Ian,
Sorry it doesn’t open. I think you hosting server allows this site to open in your IP only. As nothing comes out when I type without .com.
Sakin
KeymasterHi Lukasz,
You are not supposed to edit any core theme files. I see that you are using Simple Catch Theme, so you are not supposed to edit any files in the folder ‘simple-catch’. As these files will be reverted back to original when you update your theme and you will loose your customization.
So, to add any extra css you can either add it in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in your child theme style.css. Both are safe for updates.
You can add the following css in “Appearance => Theme Options => Custom CSS” box to change the color of Site Description.
#site-details #site-description { color: #ddd; }Regards,
SakinSakin
Keymaster@Phuong: In Catch Box theme, you can hide it by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#slider-wrap .featured-text { display: none; } -
AuthorPosts
