Forums
(@muktadhawan)
3 years, 9 months ago
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-flyout ul.mega-sub-Try to change in the class:-
menu li.mega-menu-item a.mega-menu-link { display: block; background: #f1f1f1; color: #666; font-family: inherit; font-size: 14px; font-weight: normal; padding: 0px 10px 0px 10px; line-height: 35px; text-decoration: none; text-transform: none; vertical-align: baseline; }
You can add background color to the header of the cart page.
Please check your theme header setting. your are using mid logo header. choose left logo header.
I think this is code error. Please check you php code.
Hi
I have checked. You are using “emma-emarketing-plugin” for newsletter. Please check it in your plugins
You need to give id to the section too
Try to add text-shadow: none; to the text tag
If this P tag then use:-
p{text-shadow: none;}
if it is strong tag then use:-
strong{text-shadow: none;} For other tag replace strong to h1, h2, h3
i think your issue has been fixed. please marked it as resolved. if you find it fine
Now menu is showing
but it still showing opacity: 0
I have checked your website has cache. Please try to clear cache then check
Try This:-
.page-template-default .featured-image { display: none; }
Please add this CSS in your style css file:-
.main-navigation { opacity: 10 !important; }
Hope it will help you
Change body font family
body { font-family: PT Sans; }
I have checked your website. Background image is present there due to overlay color it is not visible. You have to change opacity or remove it.
Please check it in you page editor.
Thanks