muktadhawan
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How to change menu font size and typography#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;
}Forum: Everything else WordPress
In reply to: Cart Page main menu issueYou can add background color to the header of the cart page.
Forum: Fixing WordPress
In reply to: Moving the logo in the headerPlease check your theme header setting. your are using mid logo header. choose left logo header.
Forum: Fixing WordPress
In reply to: Blog post page formatI think this is code error. Please check you php code.
Forum: Fixing WordPress
In reply to: Help with editing footer on all webpagesHi
I have checked. You are using “emma-emarketing-plugin” for newsletter. Please check it in your plugins
Forum: Everything else WordPress
In reply to: Creatic – One Page Parallax WordPressYou need to give id to the section too
Forum: Everything else WordPress
In reply to: Jannah theme got error text shadow homepageTry 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, h3Forum: Fixing WordPress
In reply to: Navigation menu is hoverable but it is not displayingi think your issue has been fixed. please marked it as resolved. if you find it fine
Forum: Fixing WordPress
In reply to: Navigation menu is hoverable but it is not displayingNow menu is showing
Forum: Fixing WordPress
In reply to: Navigation menu is hoverable but it is not displayingbut it still showing opacity: 0
Forum: Fixing WordPress
In reply to: Navigation menu is hoverable but it is not displayingI have checked your website has cache. Please try to clear cache then check
Forum: Everything else WordPress
In reply to: CSS Code to Hide Featured Image on PagesTry This:-
.page-template-default .featured-image {
display: none;
}Forum: Fixing WordPress
In reply to: Navigation menu is hoverable but it is not displayingPlease add this CSS in your style css file:-
.main-navigation {
opacity: 10 !important;
}Hope it will help you
Forum: Fixing WordPress
In reply to: Bullet Point FontChange body font family
body {
font-family: PT Sans;
}Forum: Fixing WordPress
In reply to: Background image not visibleHi
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