Milan Thapa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spacious] Text size of the slider messageHi there,
Please add the following CSS:
#featured-slider .entry-title span { font-size: 26px; } #featured-slider .entry-content p { font-size: 16px; }
Help link?https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
Thanks and Regards,
MilanForum: Themes and Templates
In reply to: [Accelerate] sidebar dont appearHi there,
The global layout controls the sidebar position throughout the site which can be accessed by following the below steps.
For Global Layout – Go to Appearance > Customize > Design > Default Layout ( This applies throughout the site. )
For Global Layout for Pages – Go to Appearance > Customize > Design > Default Layout for pages only ( This overrides the Global Layout’s Page Layout )
For Global Layout for Single Posts – Go to Appearance > Customize > Design > Default Layout for single posts only ( This overrides the Global Layout’s Single Posts Layout )On the contrary, you can edit the specific pages and you can see the option Select Layout on the down right side of the editor which overrides every layout setting which was set and only applies to that specific page.
Please let us know if the issue still persists.
Thanks and Regards,
Milan.Forum: Themes and Templates
In reply to: [Himalayas] Editing with ElementorHi @meijerdoue,
Yes, you can’t edit the front page using elementor as we have designed our theme’s front page in a specific way. For service and portfolio widgets, we can’t expect different results by duplicating.
Thanks and Regards,
MilanForum: Themes and Templates
In reply to: [Freedom] Error Message When Using CustomizerHi there,
I tried to replicate the scenario in my local environment, but I wasn’t successful. I believe there’s a conflict due to some plugin. Try deactivating the plugin one by one until the issue is resolved.
If the problem still persists, please contact us via our official site https://themegrill.com/ chat support so that we can further discuss it and provide you an appropriate solution.
Regards,
Milan.Forum: Themes and Templates
In reply to: [Cenote] Empty spaces above and below menuHi there,
As per the query, I took a look at the single page i.e ‘O AR QUE RESPIRAMOS’ but I didn’t see any design flaws, but if you still want to modify the look please let me know I’ll provide you with a solution.
And for removing the category from the slider, add the following CSS:
.tg-slider-container div.entry-meta span.cat-links {
display: none;
}Help link?https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
Thanks and Regards,
MilanForum: Themes and Templates
In reply to: [Himalayas] Editing with ElementorHi there,
My apologies that you were redirected back to the forum, it shouldn’t have happened. And about the query, could you please select the ‘Default Template’ from the Page Attributes while working with the elementor which is located on the bottom right when you edit the page.
If the situation still persists, please let us know.
Thanks and Regards,
MilanForum: Themes and Templates
In reply to: [Accelerate] Change width of the whole siteHi there,
First of all, if the Wide Layout option isn’t enabled in your site please enable that. To enable that follow the below steps:
Go to Appearance > Customize in the WordPress menu
Now go to the Design section -> Site Layout.
Now check the Wide Layout.This may resolve your query but if your site has already enabled the Wide Layout and you want to further change the wide to 1650px specifically than I wouldn’t recommend it as you have to keep in concern about the users who are using the low-resolution monitor.
And if you still want to change it then, please add the following CSS:
.inner-wrap { max-width: 1650px; }
Help link?https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
Thanks and Regards,
MilanForum: Themes and Templates
In reply to: [Himalayas] Editing with ElementorHi @meijerdoue,
Please contact us via our official site https://themegrill.com/ chat support so that we can further discuss it and provide you an appropriate solution.
Thanks and Regards,
Milan.Hi there,
Our theme doesn’t provide the option to display different widgets on different pages, but you can explore the plugin option.
Thanks and Regards,
Milan.Forum: Themes and Templates
In reply to: [eStore] Remove “Add to Cart” from SliderHi there,
Please add the following CSS:
.slider-caption-wrapper .slider-btn { display: none; }
Help link?https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
If it is viable we will be adding an option to remove the product description text in upcoming updates.
Thanks and Regards,
Milan.Forum: Themes and Templates
In reply to: [eStore] TG Widgets not workingHi there,
I tried to replicate the scenario in my local environment, but I wasn’t successful. I believe there’s a conflict due to some plugin. Try deactivating the plugin one by one until the issue is resolved.
If the problem still persists, please contact us via our official site https://themegrill.com/ chat support so that we can further discuss it and provide you an appropriate solution.
Regards,
Milan.Forum: Themes and Templates
In reply to: [eStore] Header Top Bar Text Doesn’t Change when SavedHi there,
I believe the issue has been resolved but if the issue still persists please let us know.
Regards,
Milan.Forum: Themes and Templates
In reply to: [Spacious] Primary Menu Different on PagesHi there,
I went through the links, but the primary menu of each link is centered and there doesn’t seem to be a mess. It there still a problem? If so, please let us know.
Regards,
Milan.Forum: Themes and Templates
In reply to: [Accelerate] how to change the font size of the page titelHi there,
Please add the following CSS:
h1 { font-size: 35px; }
Change the value as per your need.
Help link?https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
Regards,
Milan.Hi there,
Please add the following CSS:
.mfp-wrap{ z-index: 10000; }
Help link?https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
Thanks and Regards,
Milan