Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHI @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
ParticipantHi @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
ParticipantHi 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
ParticipantHi @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
ParticipantSorry, we do not have this feature for now.
Regards,
PratikPratik
ParticipantHi,
Can you post in your site url?
Pratik
ParticipantHi,
Yes pro themes need catch updater. Glad you solved it.
Regards,
PratikPratik
ParticipantHi @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
ParticipantHi Raphael,
It can be some caching issue or maybe Halloween 😀
I am glad it is solved.
Regards,
PratikPratik
ParticipantHi @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
ParticipantHi @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
ParticipantHi @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
ParticipantHi 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
ParticipantHi @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
ParticipantHi @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
ParticipantHi @mindfulsami,
Check Appearance=> Customize=> Color Options=> Featured Content Color. It should have options you need.
Regards,
PratikPratik
ParticipantI 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
ParticipantGreat, 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
ParticipantI meant just adding that the text you want instead of Continue Reading text in Appearance=> Customize=> Theme Options=> Excerpt Options=> Excerpt More Text
Pratik
ParticipantI am glad it worked out 😀
Regards,
Pratik -
AuthorPosts
