Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHello Valerie,
Can you are try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.page.hentry { border: none; }Regards,
SakinSakin
KeymasterHi Harald,
If you are talking about the space above your site title then you can adjust the margin in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
.site { margin-top: 40px; }Regards,
SakinSakin
Keymaster@dmcleman: Yes you can add that either in
header.phporfunctions.phpin your child theme. Catch Box Free theme doesn’t have Header Right Sidebar. So, it might be difficult for you to add in. Only Catch Box Pro has Header Right Sidebar and Header Top Sidebar.Sakin
Keymaster@slickuser: Looks like you already changed the theme. Let me know once you are back to our themes and then I will send you css to change it.
Sakin
Keymaster@AKMARK5000: Sorry for this you need to check for plugin to control access.
Sakin
Keymaster@Joaozinho: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove border from images in that particular page.
#post-13211 .entry-content img { border: none; }Sakin
Keymaster@luismarioochoa: Sorry I am not being able to find the problem and solution. I check in your site http://bloomrestaurant.com/ from my Android Phone and it is displaying properly. I can zoom in and then select menu items.
Sakin
Keymaster@dfwrgjeff: For spaces between Menu and Header logo, you can change the padding as per your need and then add the following css in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { padding-bottom: 50px; }But I don’t understand your second question. Please explain.
June 2, 2014 at 11:43 pm in reply to: Pre-sales Question: Form placement on top banner possible..?? #33308Sakin
Keymaster@Driven13: For this: you need to create blank
functions.phpfile and then copycatchkathmandu_featured_image()function fromcatchkathmandu-functions.phpfile and then edit that functions to add your form. Then you need to make make that form div position form CSS in your child themestyle.cssfile.June 2, 2014 at 11:31 pm in reply to: Button colour change & how to centre content in sidebar #33307Sakin
KeymasterHello Ian,
The site is opening and I see that you have changed the color by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#homepage-message .right-section a { background-color: #3a3d41; } /* Mouse Hover Background */ #homepage-message .right-section a:hover {background-color: #A16f3c; }Nice changes.
Regards,
SakinSakin
KeymasterHello Philippe,
Sorry your question is not so clear. Can you explain in reference with your site URL?
Regards,
SakinSakin
Keymaster@dmcleman: You can see it in style.css of parent theme. There is gradient background. So, you need to change as below:
#branding #access, #colophon #access-footer { background: #3d3d3d; /* Show a solid color for older browsers */ background: -moz-linear-gradient(#585858, #3d3d3d); background: -o-linear-gradient(#585858, #3d3d3d); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); /* older webkit syntax */ background: -webkit-linear-gradient(#585858, #3d3d3d); }Or you need to change as:
#branding #access, #colophon #access-footer { background: none #3d3d3d; }Sakin
Keymaster@telexesposito: For that you need to activate WP-PageNavi plugin
Sakin
Keymaster@Janet: Oh sorry can you replace that css with the following
#main #featured-post { border: none; margin-bottom: 0; }Sakin
Keymaster@Navid: Yes, this is high level of customization and yes you are eligible for this after you purchase the support subscription. Yes, I will be helping you but you need to send the request through Support ticket at http://catchthemes.com/support/. You need to be logged in to send support ticket.
Sakin
KeymasterHi Yuliya,
1. Yes, you can use the theme in your two sites. You can use it for unlimited sites that you own. You are just not allowed to resell or redistribute it.
2. For Multi Language plugin like WMPL and qTranslate, I recommend to use Catch Everest Pro, Catch Kathmandu Pro and Catch Evolution Pro at this stage. These theme are WPML and qTranslate plugin ready.Regards,
SakinSakin
Keymaster@Dudley: Sorry this is not our theme.
Sakin
KeymasterHi Navid,
Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#logo-wrap { float: none; text-align: center; width: 100%; } #site-logo { display: block; float: none; margin: 0 auto; width: auto; }Regards,
SakinSakin
Keymaster@Anouk: You are doing good I guess. If you see in your page http://umaya.nl/werkwijze/.
For just a break you can add<br />code and for paragraph you can add<p>code and end</p>code after paragraph. -
AuthorPosts
