Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@drlapco: There is not option to do that. The site description is from your “Settings => General” tagline text.
Sakin
KeymasterHello silvan,
I just check in your site and see that you have edited the theme files directly. You are not supposed to edit any files inside ‘catch-everest-pro’ theme directory. As all the edits will be reverted back to original when you update the theme. So, if you want to edit these then you need to build child theme and edit it.
Which section you want to make it transparent?
About the slider background only on Homepage, you need to check if this option is there on the plugin or not.
Sakin
Keymaster@Melih: If you have added from there then you can remove from there. Check yout “Appearance => Theme Options => Custom CSS” box and also “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes”.
Sakin
KeymasterHi Walter,
We are not yet ready to make this feature on our Free Theme. Maybe in future. But not at this stage.
Regards,
SakinSakin
Keymaster@kteschmitt: Sorry cannot understand it. I need live site. Let me know when your site is live.
Sakin
KeymasterThanks Erik, yes everyone has own choice and there is variety of theme with different line spacing and choosing the best fit is good.
Sakin
Keymaster@luismarioochoa: If you don’t need responsive then you can disable it from “Appearance => Theme Options => Responsive Design”
Sakin
Keymaster@markpysher: Cool it worked for you.
Sakin
Keymaster@TheSydneySiders: You can increase the width and decrease the margin left in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 768px) { #featured-post .post { margin-left: 5%; width: 30%; } }May 29, 2014 at 11:06 am in reply to: Button colour change & how to centre content in sidebar #32908Sakin
KeymasterHi Ian,
Sorry it doesn’t open. I think you hosting server allows this site to open in your IP only. As nothing comes out when I type without .com.
Sakin
KeymasterHi Lukasz,
You are not supposed to edit any core theme files. I see that you are using Simple Catch Theme, so you are not supposed to edit any files in the folder ‘simple-catch’. As these files will be reverted back to original when you update your theme and you will loose your customization.
So, to add any extra css you can either add it in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in your child theme style.css. Both are safe for updates.
You can add the following css in “Appearance => Theme Options => Custom CSS” box to change the color of Site Description.
#site-details #site-description { color: #ddd; }Regards,
SakinSakin
Keymaster@Phuong: In Catch Box theme, you can hide it by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#slider-wrap .featured-text { display: none; }Sakin
Keymaster@drlapco: Sorry I am not so clear about your question. But look like you are talking about the width of the Site Description/ Tagline. If so then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#site-description { max-width: 290px; }If you are talking about different thing. Then please explain in reference with your site URL.
May 29, 2014 at 10:54 am in reply to: How to replace the 4 images and text under "popular places" on main page #32903Sakin
Keymaster@Gregory: That place is called Homepage Featured Content. See the theme instruction page at http://catchthemes.com/theme-instructions/catch-everest-pro/. You can change that from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”
May 29, 2014 at 10:52 am in reply to: Change domain links in database wipes theme customization #32902Sakin
Keymaster@Tim: You are missing serialization of database when you perform basic search and replace. Try script like this https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Sakin
Keymaster@Amy: PDF cannot be added as image in the Website. You can only use jpeg, png and gif. When you save as jpeg, you can choose the quality. If you are not sure about the editing software then you can use only converter http://pdf2jpg.net/, don’t forget to choose the quality. First try with Good and if you are not satisfied with the result then you can use Excellent quality.
Sakin
Keymaster@NAVARRE: You can just send me your site URL and let me know when you want to make it transparent and then I will send you custom css.
Sakin
Keymaster@webhive: Strange. It’s working fine on our site http://catchthemes.com/demo/catchbox-pro/. Maybe your upload process got interrupted before completing full file transfer. If you have FTP access then can you re-upload the files.
I will email you personally, if you need help. You can reply me there.
Sakin
KeymasterHello sdupre,
You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to reduce spaces in Text Box in Slider.
#main-slider .entry-header { margin-bottom: 0; } #main-slider .entry-content { padding-top: 0; } #main-slider .entry-title { line-height:1.3; }I guess you are using Featured Image Slider, where you can add content as per your need in Content Box. So, edit text in that box.
Regards,
Sakin -
AuthorPosts
