Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Kim: Your logo is bit large. Can you reduce the width of your logo and then mode your social icon form Header Top Sidebar to Header Right Sidebar.
Sakin
Keymaster@Ian1597: That’s nice that you found it. But don’t edit core theme files inside adventurous theme directory. As the edits that you make it there will be reverted back to original when you update the theme. So, for the CSS change either you add it in “Custom CSS” box or build child theme and add it in your child theme style.css file.
Sakin
Keymaster@Janette:
1. To change the font size of tagline(site description), you can go to “Appearance => Theme Options => Font Size Options” and change “Site Description Font Size”. To change the color, you can go to “Appearance => Theme Options => Color Options” and change the color code in “Site Tagline Color”
2. You can change to Green Color Scheme by Selecting “Green” from “Appearance => Theme Options = Color Options => Default Color Scheme”. Then you can change the individual color as per your need
3. For widget title and widget content, you can change the font size in the following css and add it in “Appearance => Theme Options => Custom CSS” box.@media screen and (min-width: 961px) { /* For Widget Title */ .widget-title { font-size: 18px; } /* For Widget Text */ .widget-area, .widget ul li { font-size: 14px; } }Sakin
Keymaster@Signal512: Please share your site URL so that I can try it from Google Chrome.
Sakin
Keymaster@Joaozinho: Nice it’s working 🙂
Sakin
Keymaster@Cybersnaby: For this I actually need your site URL and check in. So, send me your site URL. You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.home .entry-title { display: none; }Sakin
Keymaster@kayla: Sorry I don’t get it what you mean. For Adventurous Featured Image in post, you have two options to play around. There is Content Featured Image Options and Header Featured Image Options. If you want to do that for overall site then you need to change that from Theme Options panel or if it is only for particular post then you need to change that from “Adventurous Options” meta box below you post editor.
Sakin
Keymaster@runnerchick081: Sorry I don’t get it what are you trying to do it and your css conflicting with each other.
So, can you let me know more details then I can suggest it. Like what is the width of sidebar that you want and for content.
Sakin
Keymaster@Albert: You need to download the your theme zip file from your account at http://catchthemes.com/my-account/
Sakin
Keymaster@Sakin In your custom css I see the following css, can you let me know why you added it. It is conflicting with the css I gave you.
#primary { margin: 0 -19% 0 0; } #content { margin: 0 22% 0 3%; width: 100%; } #secondary { width: 33%; }Sakin
Keymaster@Sevian: 350px for the search box is too big in your widget. As per your design 250px looks good. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 320px) { .widget_search #s { width: 260px; } }Sakin
Keymaster@runnerchick081:
1. For this, I don’t know where you have added your custom css as below:@media screen and (min-width: 1225px) { #primary { width: 800px; } #secondary { width: 200px; } }Just replace that with the following
@media screen and (min-width: 1225px) { #main .wrapper { width: 1030px; } #primary { width: 800px; } #secondary { width: 200px; } }2. I have already answered in http://catchthemes.com/support-forum/topic/remove-featured-image-on-posts/
Sakin
KeymasterHello Jan,
I just downloaded WP Canvas and added Shorcode as below in page and the tab is working fine. Yes, I need your site access. I will send you email.
[wc_tabgroup layout="box"] [wc_tab title="First Tab"] Sample Content [/wc_tab] [wc_tab title="Second Tab"] Sample Content tab 2 [/wc_tab] [/wc_tabgroup]Regards,
SakinSakin
Keymaster@runnerchick081: For that first you need to remove your logo from Custom Header “Appearance => Header”. As that is not the place to add logo. To add logo you can go to “Appearance => Theme Options => Header Options” and upload the logo in Logo URL or just paste the logo URL there and don’t forget to un-check “Disable Header Logo”.
But your logo “www.nycrunningmama.com/wp-content/uploads/2014/08/cropped-logo.png” is too large with background. You can just add logo removing all background like this one https://dl.dropboxusercontent.com/u/81234910/nycrunningmama-logo.jpg
Then you can add background color in our header by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#branding { background-color: #f4eef0; }Sakin
Keymaster@joe: I couldn’t find your purchase order. I only see one pending payment order. So, please contact our sales directly with your order ID at http://catchthemes.com/contact-us/
I see that you have already change the content width.
Sakin
Keymaster@Ian1597: You can add the following css in “Appearance => Theme Options => Cusotm CSS” box.
#content article, #content .page-header, #comments, #content .author-info, #secondary .widget, #main-wrapper .panel { background: none transparent; border: none; box-shadow: none; }Note: For twitter widget, we don’t control it. It’s from the twitter widget itself. So, you need to change the settings there.
Sakin
Keymaster@Laurie: We have clear all the headings tags. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box to remove that clear.
.entry-content h4 { clear: none; }Sakin
Keymaster@runitbare: Actually WooCommerce plugin is supported only in Pro version. So, if you upgrade to Per version then it will be fixed automatically. See more about additional features in Pro version at http://catchthemes.com/theme-instructions/simple-catch-pro/.
Sorry WooCommerce need to change the layout of wide. That is why it is not supported in Free version. In free version you can adjust little but by adding following custom css in “Appearance => Theme Options => Custom CSS” box but it’s not perfect fix.
.woocommerce #container { margin: 0 auto; width: 978px; } .woocommerce #sidebar { display: block; float: none; margin: 0 auto; width: 978px; }Sakin
Keymaster@Wolfgang: Sorry I need to check in your site and check how you have changed that and then only I can suggest you the solutions. So, what your site URL where I can check in.
-
AuthorPosts
