Hi,
Please try below CSS rules into Custom CSS Editor:
@media only screen and (max-width: 992px){
#main_nav.has_mobile_menu #nav_menu:before {
background: FFFAC2;
}
}
Save the changes.
Hope it work for you.
Let us know for further assistance.
Thank You
Hi
Thanks for immediate response. I tried the css have given. It worked after adding !important in the style,
@media only screen and (max-width: 992px){
#main_nav.has_mobile_menu #nav_menu:before {
background: #FFFAC2 !important;
}
}
Thanks a lot for your help.
Hi
Just another question, please let me know css for changing background color of the dropdown menu in mobile.
I want to set that also as ffac2.
Thanks,
Suchitra
Hi,
Put below CSS rules into Custom CSS Editor:
@media only screen and (max-width: 992px){
#navy {
background: #FFFAC2;
border-top: 1px solid #FFFAC2;
}
}
Save the changes.
Thank You
Hi,
Did the above solution work for you.
Thank You
Thank you. The css is working.
Good evening,
can you say me how i change the back color of the header… i dont know how i make it…
it should not be white…
http://fs5.directupload.net/images/160630/vr4plolt.png
You can see it at the picture.
Thank you
Hi,
Please provide the site URL.
Note: Please create new ticket for your further support.
Thank You
Hi,
Please make your site live.
Thank You
Hi,
Sorry for inconvenience.
Please create a new ticket for you issue with detail.
Thank You
How do i create a ticket?:)
Hi @jetflash96,
Login to your WordPress account. Use below link
https://wordpress.org/support/theme/kyma
Scroll down, at the bottom of this page you found a form to create a new topic
Thanks