Forum replies created
Hi Vishal,
Thanks for writing in!
Also, when i see only one column at a time. I want all the menus dropdown at once when i hover on the main Service menu
Please add the following code under Appearance -> Customize -> Custom CSS:
#nav.nav-holder .navigation > li:hover ul {
display: block !important;
}
Hope this helps!
Thanks.
Hi Joey,
In regard of sending admin credentials; you can send as a private reply on forum which will not be shown to the public but just the theme owners and moderators. After writing the details into the field, please check the “Set as private reply” button down below the text area (see: http://prntscr.com/9ukqsr).
Thanks!
Hi Egon,
get rid of the author and comments
Please add the following code under Appearance -> Customize -> Custom CSS:
.search-results p.single-line-meta.vcard {
display: none;
}
Hope this helps!
Thanks.
Hi Joey,
Is this image you’ve uploaded to your server -> Image?
Please provide us with the admin credentials of your website. And please confirm that the uploaded image is full-sized.
Thanks!
Hi Egon,
Thanks for writing in!
Would you mind providing us with the URL of your website; so that we can take a look into your setup and provide you with a detailed response.
Thanks!
Hi Joey,
Upon checking, its working fine at our end (see: http://prntscr.com/9ukfut). I’d advice to clearing your browser’s caches and recheck again.
Thanks!
Hi Christian,
Thanks for writing in!
Regretfully, the particular request would fall beyond the support we provide. You may ask for any developer’s help who can get this done for you.
Thanks for understanding!
You’re welcome! 🙂
Hi Jeff,
Thanks for writing in!
when viewing on small screes the headings are not responsive
Please add the following code under your Appearance -> Customize -> Custom CSS:
.t4p-title h1, .t4p-title h2, .t4p-title h3, .t4p-title h4, .t4p-title h5, .t4p-title h6, .heading h3 {
float: none !important;
display: block !important;
}
.t4p-title {
display: block !important;
}
.entry-content h2 {
font-size: 250% !important;
}
.entry-content h1 {
font-size: 270% !important;
}
Please use headings into percentages. It’s advised to remove any extra custom codes from your custom CSS field.
Thanks!
Hi Egon,
Thanks for writing in!
I cant find the option to turn on the mega menu in evolve+
Only alora theme’s containing built-in mega menu. You’re refer to this:
Thanks!