Forum Replies Created
-
AuthorPosts
-
Pratik
MemberHi @Edward,
Do you mean reducing size even more for smaller devices? You can do following:
@media screen and (max-width: 767px) { body { font-size: 12px; } }Assuming mobile devices have screen width less than 767px. You can reduce the size to fit your needs.
Regards,
PratikPratik
MemberSorry, we do not have this feature for now.
Regards,
PratikPratik
MemberHi,
Can you post in your site url?
Pratik
MemberHi,
Yes pro themes need catch updater. Glad you solved it.
Regards,
PratikPratik
MemberHi @moskito7,
I cannot understand what you mean, do you mean to import same settings to another site? We currently do not have that feature. You need to do this manually.
Regards,
PratikPratik
MemberHi Raphael,
It can be some caching issue or maybe Halloween 😀
I am glad it is solved.
Regards,
PratikPratik
MemberHi @husker,
To do this, you will need to hire a customizer as this is a different feature. Options, design and html elements needs to be added in order to achieve this.Regards,
PratikPratik
MemberHi @Edward,
Your custom css sets font size for all devices.
If you want to just add custom css for mobile/tablet devices, use something like following:@media screen and (max-width: 991px) { body { font-size: 14px; } }That this does is applies font size css to devices with screen size less than 911px.
You can edit the size of font as per your need.
Regards,
PratikPratik
MemberHi @Edward,
Your custom css sets font size for all devices.
If you want to just add custom css for mobile/tablet devices, use something like following:Pratik
MemberHi Edward,
I checked on my device ans it looks fine. The problem is with header and menu blocking the header image. Is this what you mean?Pratik
MemberHi @Jeffery,
Strange issue indeed. I need to check your site with all plugins disabled. Can you do that and let me know so I can check it?
Regards,
PratikPratik
MemberHi @mindfulsami,
On second viewing, its seems you are using free version of the theme. That option is only available in pro version. If you want those color options, please upgrade to pro version.
Regards,
PratikPratik
MemberHi @mindfulsami,
Check Appearance=> Customize=> Color Options=> Featured Content Color. It should have options you need.
Regards,
PratikPratik
MemberI understand what you mean. My question is did the text (on first post) still not change after changing the text option in Appearance=> Customize=> Theme Options=> Excerpt Options=> Excerpt More Text?
Pratik
MemberGreat, after you create a child theme, add this code: http://pastebin.com/XGj5bSF6 in your child theme’s functions.php file and there should be a new Sidebar “Footer Top” that will fulfill your needs.
Regards,
PratikPratik
MemberI meant just adding that the text you want instead of Continue Reading text in Appearance=> Customize=> Theme Options=> Excerpt Options=> Excerpt More Text
Pratik
MemberI am glad it worked out 😀
Regards,
PratikPratik
MemberHi @Theresa,
It is highly recommended that you update. You must keep all your themes and plugins up-to-date. Following are just a few reasons to keep your themes updated:
1. New updates patch up security vulnerabilities
2. New updates patch up bugs
3. New updates are more compatible with new WordPress versions
4. Not to mention new featuresThese are just a few reasons, you can just perform a quick google search and see it for yourself.
Let me know if you have further queries.
Regards,
PratikPratik
MemberHI @alwilleford,
It is possible via child theme. For that, first create a child theme. Details for child theme is here: http://catchthemes.com/blog/create-child-theme-wordpress/
After you have done so, and are comfortable with upgrading, let me know and I will help you further.
Regards,
PratikPratik
MemberHi @billgrant,
Slider options should be in Appearance=> Customize=> Featured Slider from dashboard. It’s detailed instructions are here: https://catchthemes.com/theme-instructions/rock-star/#featured-slider
Regards,
Pratik -
AuthorPosts
