prodesignswpsupport
Forum Replies Created
-
Hello There!
Hope you are doing good!
You can use below custom CSS to change mobile menu background color
.mean-container .mean-nav ul li a { background: #00ff00 !important; }
Hope this helps!
Have a great weekend ahead.
Regards.
Forum: Themes and Templates
In reply to: [Business Point] Additional CSS not workingHello Jan,
Thank you for sharing the guidelines.
I was unaware of it and I just have tried to provide a better solution to the client from the platform itself however I will keep this in my mind and will not ask clients to share the admin credentials.
I have given another answer to provide the solution in which I have not asked for any credentials but that answer also got deleted. Is there any way to get it back?
Again, thanks for guiding us.
Regards.
Hello There!
Hope you are doing good!
Please update the theme to the latest version, it will reslove the issue.
Hope this helps!
Have a great weekend ahead!
Cheers!
Forum: Themes and Templates
In reply to: [Business Point] Additional CSS not workingHello There!
Hope you are doing good!
we have checked the code of your website and found out that /*” added in the code which is being used to comment the code so you will need to remove that and most probably it is coming from customizer custom CSS.
Hope this helps!
Have a great weekend ahead.
Regards.
Hello There!
Hope you are doing good!
You need to upload images of the same size (i.e. height and width).
Recommended size is 1600×700.Hope this helps!
Have a great day ahead.
You are welcome 🙂
Hello There!
Hope you are doing good!
You can use the below javascript for a quick fix (we recommended you to create a child theme first)
jQuery('#masthead .menu-item > a:first').click(function(){ jQuery('#masthead .meanclose').trigger('click'); });
Hope this helps!
Have a great day ahead!
Forum: Themes and Templates
In reply to: [Blog Way] widen the content and sidebar areaYou’re welcome 🙂
Forum: Themes and Templates
In reply to: [Blog Way] widen the content and sidebar areaHello There!
Hope you are doing good!
Please add the below CSS for the same
.container { max-width: 1480px !important; }
Hope this helps!
Regards.
Forum: Themes and Templates
In reply to: [Blog Way] Logo too smallHello There!
Hope you are doing good!
It is not possible without modifying PHP code as it will allow you to skip cropping of the logo.
Hope this helps!
Have a nice weekend ahead!
Regards.
Forum: Themes and Templates
In reply to: [Blog Way] Any way to change the mobile nav icon?Hello There!
Hope you are doing well!
It is because of the latest update in WordPress.
We will solve this in our theme and will launch a new version soon.
To temporarily resolve this issue edit file: blog-way/assets/js/custom.jsSearch below code
$('#site-navigation').meanmenu({ meanScreenWidth: "767", });
and replace it with
$('#site-navigation').meanmenu({ meanMenuOpen: "<span></span><span></span><span></span>", meanScreenWidth: "767", });
Hope this helps!
Have a great weekend ahead!
Regards.
- This reply was modified 4 years, 2 months ago by prodesignswpsupport.
Forum: Themes and Templates
In reply to: [Blog Way] Comments section not showing upHello There!
Hope you are doing well!
We are glad that the issue got resolved.
Have a great weekend ahead!
Regards.
- This reply was modified 4 years, 2 months ago by prodesignswpsupport.
Forum: Themes and Templates
In reply to: [Business Point] Update for WordPress 5.6Hello There!
Hope you are doing good!
Please add the below-mentioned custom CSS for the same.
#masthead{ width:100% !important; }
Hope this helps!
Regards.
Forum: Themes and Templates
In reply to: [Business Point] logo shakesHello There!
Hope you are doing good!
Please add the below-mentioned custom CSS for the same.
#masthead{ width:100% !important; }
Hope this helps!
Regards.
Forum: Themes and Templates
In reply to: [Business Point] Update for WordPress 5.6Hello There!
Hope you are doing good!
We will update our theme as soon as possible for the same.
Regards.