Forum Replies Created
-
AuthorPosts
-
Pratik
MemberHI @chanti,
What do you mean by expandable trees? can you explain this a bit.
About moving all logo, header top menu, and social icons all on the same horizontal space, it is possible, but you will need to hire a customizer as it will require a lot of modification and cannot be handled via CSS alone.
Regards,
PratikPratik
MemberHi @Edward,
I misunderstood about the header. I thought you were referring to fonts again. Yes, as long as you set 991 followed by 767, it will take tow different css for different screens.By reduce headers, I do not know what you mean, do you mean to reduce font size of fonts in header, or anything else?
Please let me know.
Regards,
PratikPratik
MemberHi Edward,
For that try following code in Appearance=> Customize=> Theme Options=> Custom CSS box:.site-header { background-color: transparent; }Let me know how this works out.
Regards,
PratikPratik
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,
Pratik -
AuthorPosts
