Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Claudio: Catch Base Free theme doesn’t have color options. You need to upgrade to Catch Base Pro theme where you will get Color Options in Theme Customizer. If there is only few elements for which you want to change color then you need to post in Catch Case Free theme support forum at http://catchthemes.com/support-forum/forum/catch-base-free/ with your site URL and the elements for which you want to change color.
Sakin
Keymaster@michellebergmann: Please check the plugin settings, you have the following css from pluign
p { font-family: 'Rye'; font-style: normal; font-weight: 400; }Or you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.site p { font-family: sans-serif, Arial; }Sakin
Keymaster@Melissa: Ok then add the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (min-width: 1101px) { .three-columns #primary { width: 600px; } .three-columns #secondary { width: 200px; } } @media screen and (min-width: 1153px) { .three-columns #primary { width: 620px; } .three-columns #secondary { width: 220px; } } @media screen and (min-width: 1281px) { .three-columns #primary { width: 720px; } } @media screen and (min-width: 1345px) { .three-columns #primary { width: 740px; } .three-columns #secondary { width: 240px; } }Sakin
Keymaster@michellebergmann: I see that you have already add in the font css. Let me know which area you have issue in font.
Sakin
Keymaster@Nick: Remove the css where you have added in to hide the slider and then just add the following css in “Appearance => Theme Options => Custom CSS” box to hide the slider content in smaller devices.
@media screen and (max-width: 1020px) { #main-slider .entry-container { display: none; } }Sakin
Keymaster@Nijn: Register nav menu should be in that hook. You need to register menu in theme setup function and then call in that hook. This is bit complicated so you might want to hire developer to work on it.
Sakin
Keymaster@peenie92: Ok you can change the margin top value in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
/* Margin above Logo */ #header .logo-wrap { margin-top: 54px; } /* Margin above Social Icons */ #header .social-search { margin-top: 40px; } /* Margin above Menu */ #header #mainmenu { margin-top: 40px; }Sakin
Keymaster@Claudio: As one image is the Featured Image that you have added in your page and another one is the the image inside your page content. So, you can either remove the page image or the featured image in your page.
Or you can add the following css in “Appearance => Theme Options => Custom CSS” to hide that image in your page.
#featured-content .entry-container .wp-caption { display: none; }Sakin
Keymaster@Claudio: Sorry I don’t understand it. Can you explain in reference with your site URL?
Sakin
Keymaster@6figurefamily: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
footer .entry-meta { display: none; }Sakin
Keymaster@msyarif: Sorry my question where did you see the top image with arrow on middle left and right of slider. Are you trying to make that or you have seen it in our site.
Sakin
Keymaster@msyarif: It’s strange why you have different arrow. Can you send me your site URL so that I can check in.
Sakin
Keymaster@Edward: For slider there is not option like specific pages. The options are to Enable Slider either only on Homepage or on Entire site.
But yes, you can disable Header Image in particular page/posts. For that you can edit those page/post and below you page/post editor you will see “Full Frame Options” metabox, where you can click on “Header Featured Image Options”, check “Disable” and then update your page/post.
Sakin
Keymaster@Melissa: It let’s you add url. For example, I will add in Catch Themes as catchthemes.com . It’s working fine.
Sakin
Keymaster@Paul:
1. Thanks. You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box:.site .widget_catchbase_social_icons a:hover { text-decoration: none; } .site .widget_catchbase_social_icons .icon-hover, .site .widget_catchbase_social_icons .has-hover:hover .icon-static { display: none; } .site .widget_catchbase_social_icons .has-hover:hover .icon-hover { display: inline-block; text-decoration: none; border: none; }2. For that you need to edit that page and at the bottom of our content editor of that page, you will see “Catchbase Options” meta box, from where you can change layout to “No Sidebar (Full Width) and update page.
Sakin
Keymaster@tygood36: There is no option to do that. If you just show that then it will be long header that shows above your site. This theme is not design to do that. Maybe you want to try in Adventurous theme or Catch Flames theme.
Sakin
Keymaster@boardwalk: Thanks for finding issue. It’s compatibility issue with Portfolio Slideshow Pro plugin
-
AuthorPosts
