Hello, I wanted to help me make a change in the Variant hamburger layout menu, justifying the text to the left and modify bg color. Is it possible or in what file or where can I customize it?
Thank you…
This topic has 9 replies, 3 voices, and was last updated 7 years, 7 months ago ago by Rose Tyler
Hello, I wanted to help me make a change in the Variant hamburger layout menu, justifying the text to the left and modify bg color. Is it possible or in what file or where can I customize it?
Thank you…
Hi,
I am not sure you are asking about this http://prntscr.com/gfo1bq or not
if yes here is the solution:
Add following css in 8theme optons >> styling >> custom css >> global custom css
aligning text to left
.fullscreen-menu .menu > li { text-align: left; }
changing the background :
.fullscreen-menu { background-color: rgba(255, 0, 0, 0.9); }
change the color code to the color you want.
you can get rgba color code from here : http://www.december.com/html/spec/colorrgbadec.html
Thank you very much, that’s exactly what I needed.
Excellent client service.
You are welcome
Do not hesitate to ask if you have any other question (in a new topic / post)
Regards,
Hello, I need to center the submenu in this variant
Hello,
Please try to use this code:
.fullscreen-menu .nav-sublist-dropdown {
max-width: 300px;
float: none;
text-align: left;
}
Regards
Perfect, thanks a lot. 🙂
You’re welcome!
Regards
The issue related to '‘Change Variant hamburger layout menu’' has been successfully resolved, and the topic is now closed for further responses