Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@ashrafashraf: Site performance depends more on your server, cdn, images and js files then just css codes. You can just copy the css in in your custom css and then delete it. Then you can paste that css in your child theme css. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@al9x_creative: If you like like Catch Everest then why don’t you use Catch Everest. Also I don’t understand your question properly. Do you mean that you want layout like “Full Width No Sidebar”, See this demo http://catchthemes.com/demo/simplecatch-pro/full-width/. If you want this then it’s available in Simple Catch Pro theme.
Sakin
Keymaster@Kristin: Sorry there is no option to do that. You need to build child theme and custmize menu js.
Sakin
Keymaster@Leanvdm: For Catch Base Free theme slider, check out theme instructions at http://catchthemes.com/theme-instructions/catch-base/#featured-slider
You can see that in free version, you have option to replace that demo slider with Page Slider. For that you need to go to “Appearance => Customize => Featured Slider Options => Select Slider Type” and select “Featured Page Slider”. Then you you can select pages in Featured Page #1, Featured Page #2, Featured Page #3 and Featured Page #1. If you want more then 4, then you need to change the number in “No of Slides”. After you change the number you need to refresh your customizer then it will show you more page selector. So, it will take the selected page featured image. So, if you add 4 pages, then it will show 4 sliding image and so on.
Sakin
Keymaster@Lorkster: What about the option that I gave you to disable Featured Header Image from “Appearance => Theme Options => Header Featured Image Options => Enable Featured Header Image”
Sakin
Keymaster@leotrim77: Thanks and you like this theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/simple-catch/ Thanks 🙂
Sakin
Keymaster@fan: Ok then add the following css in “Appearance => Theme Options => Custom CSS” box:
#slider-wrap .featured-text { display: none; }Sakin
Keymaster@shaun.smudger.smith: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.social-profile ul li.facebook a { background-position: 0 -44px; }
.social-profile ul li.twitter a { background-position: -44px -44px; }
.social-profile ul li.google-plus a { background-position: -528px -44px; }
.social-profile ul li.you-tube a { background-position: -132px -44px; }
.social-profile ul li.instagram a { background-position: -704px -44px; }Sakin
Keymaster@leotrim77: Thanks and if you just want to remove homepage title then you can replace that css with the following css:
.home #content .entry-title { display: none; }Sakin
Keymasterthat’s fine 🙂
Sakin
Keymaster@Felix: translation is submitted by users. So, we cannot grantee 100% correct. If you want to fix it then we will me more that happy to fix that. you can download free software from poedit.net and then edit de_DE.po file which you will find in language folder.
I will also email you for more details.
Sakin
Keymaster@IceCreamHunter: Your comment is option only for login use so how do I check in? Sorry no option for flash to zoom in and out .
Sakin
Keymaster@fan: Can you please post in your site URL so that I can understand it and send you the custom css.
Sakin
Keymaster@crankit: It’s because of opacity. You can simply add the following css in “Appearance => Theme Options => Custom CSS” box:
#hgroup-wrap a:hover img { opacity: 1; }Sakin
Keymaster@notjustblack: Thanks for your appreciation and review 🙂
Sakin
Keymaster@luvharris: To change the footer sidebar area to white from blue, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#footer-sidebar { background-color: #fff; }Then later, you might want to change the border color as well. For that, change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#colophon { border-color: #1b5f7d; } -
AuthorPosts
