Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@msyarif: This is from Genericon and that is from custom image. So, it will be different.
Sakin
Keymaster@Claudio: If you upgrade to Pro version, you will get detail color option to change the color of the menu letter. For free theme, you need to change with custom css. So, just change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
/* Menu Text Color */ .catchbase-nav-menu a { color: #666; } /* Menu Hover-Focus Text Color */ .catchbase-nav-menu li a:hover, .catchbase-nav-menu li a:focus { color: #21759b; } /* Menu active-current Text Color */ .catchbase-nav-menu .current-menu-item > a, .catchbase-nav-menu .current-menu-ancestor > a, .catchbase-nav-menu .current_page_item > a, .catchbase-nav-menu .current_page_ancestor > a { color: #21759b; }Sakin
Keymaster@Melissa: I check in your about us page and your sidebar is working fine. Did you refresh you browser and check in. Sometime, there might be cache. But I see issue with your ads in left sidebar, where you have define fixed Width. It’s not good for responsive design. Do you know that Catch Flames Pro theme has it’s own Advertisement Widget from where you can either add Image and link or use ads code. For that go to “Appearance => Widgets”, drag and drop “1. Catch Flames Adspace Widget” to your sidebar and add image or ads code accordingly as per your need.
Sakin
Keymaster@peenie92: Thanks for your appreciation and if you like Simple Catch Theme then support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/simple-catch?rate=5#postform
Sakin
Keymaster@msyarif: oh my god that is why I was totally lost. That is different. This is form our site CSS http://catchthemes.com/themes/catch-kathmandu-pro/
Every theme is designed in different way. Even out themes have different position arrow. For this theme, you might need to add the following css in “Appearance => Theme Options => Custom CSS” box.
#slider-nav { bottom: 50%; right: 0; width: 100%; } .slide-previous { position: absolute; left: 0; } .slide-next { position: absolute; right: 0; }I hope this work, if not then we need to change the code level for that you need hire developer.
Sakin
Keymaster@6figurefamily: Oh sorry I gave you wrong one. Please correct with the following
footer.entry-meta { display: none; }If this doesn’t work then please post in your site URL and then I will check in.
Sakin
Keymaster@michellebergmann: Ok for homepage headlines, you can add the following css:
#homepage-message p { font-family: sans-serif, Arial; }Sakin
Keymaster@Marcus: If you want to add code above
</head>tag in Catch Box Pro theme then you can go to “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes”, paste your code in “Code to display on Footer” box and save changes.Sakin
Keymaster@Consciousness: Thanks for your appreciation and here is the link for donation page http://catchthemes.com/donate/
Also, if you like Catch Evolution theme than you can support it by providing your rating and valuable review at https://wordpress.org/support/view/theme-reviews/catch-evolution?rate=5#postform. We would really appreciate it. Thanks.
Sakin
Keymaster@weberg69: I am not sure which menu are you trying to move to which sidebar. To add menu in sidebar you can go to “Appearance => Widgets” and then drag and drop Custom Menu to your sidebar.
Sakin
Keymaster@Consciousness: Cool 🙂
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; } } -
AuthorPosts
