Forum Replies Created
-
AuthorPosts
-
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; } }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; } -
AuthorPosts
