Ionut Tudose
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mesmerize] Icon color with ElementorHello,
Are you referring to the star icon ( which is currently yellow )?
Please, see : https://www.screencast.com/t/WIxrybe4Lrj6
Or are you referring to the grey background of your inner page header?
If yes, if you want to have a specific color for one of your inner pages, please, use this extra CSS code :
.page-id-811 .header{ background-color:#yourColor !important; }
This code only works for your specified page : https://www.mutuimessina.it/finanziamenti-2/
Forum: Themes and Templates
In reply to: [Mesmerize] Hero BrokenHello,
Go to WP Admin -> Pages -> Your Front Page -> Quick Edit -> Template, and check if your page template was changed.
You should use the Front Page Template for your Front Page.
Forum: Themes and Templates
In reply to: [Mesmerize] Hide Page TitleHello,
Can you, please, send me a link to the page you are having problems with, so I can better understand your request?
Are you referring to the Front Page Title or to the Inner Page Title?
Forum: Themes and Templates
In reply to: [One Page Express] Mobile Menu Not WorkingHello,
I tested your website and when you first press on the top level item, the sub menu is opened. This is the default theme functionality of your mobile menu.
After the sub menu is opened, you can click on the top level item, so you can use his associated link into your website.
Forum: Themes and Templates
In reply to: [One Page Express] Menu not working on tabletHello,
Can you, please, specify, what tablet model and browser you have used for testing your website?
Regarding your other issue, you need to use the option from Customizer -> Navigation -> Mobile ( Offscreen ) Navigation -> Uncheck the “Show offscreen navigation on tablet”.
Please, see : https://www.screencast.com/t/SI6ZxTm4NXUD
Forum: Themes and Templates
In reply to: [One Page Express] Hide Header ImageHello,
This feature is only available in the PRO version, by changing the template and the featured image of your page.
Forum: Themes and Templates
In reply to: [One Page Express] SidebarsHello,
You need to change the template of your page as being Page with Left/Right Sidebar.
You can change this template from WP Admin -> Pages -> Your Page -> Quick Edit -> Template : Page With Left/Right Sidebar.
Forum: Themes and Templates
In reply to: [One Page Express] Background image on mobileHello,
Please, use this extra CSS code :
#post-120 table {
width:unset !important;
}Forum: Themes and Templates
In reply to: [Mesmerize] Possible to link header media/image with link?Hello,
Unfortunately, you can not change the link of the logo as being an external link.
The website URL is the default link of your logo for your website.
Forum: Themes and Templates
In reply to: [Mesmerize] Bilingual front page heroHello,
The multilingual feature ( the WPML and Polylang integration ) is available in the latest update of the PRO version.
In the FREE version you can not use the multilingual feature.
Forum: Themes and Templates
In reply to: [Mesmerize] Reorder Page sectionsHello,
I have checked your website and it seems that the blog section is the second one into your section list.
Did you manage to solve your issue in the meantime?
Forum: Themes and Templates
In reply to: [Mesmerize] Mesmerize blog seems to be faultyHello,
It seems that the errors are redirected to another page.
Please, see : https://www.screencast.com/t/gIf4FRKjd
Have you moved your website on another domain – https://navigateahead.com ?
Forum: Themes and Templates
In reply to: [Mesmerize] Add textHello,
I checked your page and it seems that the page is not found on your website.
Please, see : https://www.screencast.com/t/bTX2AL7UKyn
Forum: Themes and Templates
In reply to: [Mesmerize] Delete HeaderHello,
The header can only be removed into the PRO version, by setting the page template as Page with Navigation Only from WP Admin -> Pages -> Your Page -> Quick Edit -> Template : Page with Navigation Only.
For removing your logo in the header, please, use this extra CSS code :
.logo_col img{
display:none !important;
}Hello,
For your logo issue on mobile mode, please, use this extra CSS code :
@media screen and (max-width: 468px){
.logo_col{
max-width:30% !important;
}
}You can modify the value of max-width, according to your needs.
Regarding your issues with the content spacing, please, specify on what header pages you want to set a content spacing, so I can help you with extra CSS code.