This topic has 13 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp
Hi i need to change
– my vertical background menu colour.
– align menu textes on right
– change footer textes font size
– change footer textes font colour
i tried to custom css in custtom.css but nothing seem to work so i need your help.
here in private content my log files
Hello,
1. Please use this code to change background color for menu:
.header-vertical-enable .page-wrapper .header-type-vertical .container .navbar-collapse.collapse, .header-vertical-enable .page-wrapper .header-type-vertical2 .container .navbar-collapse.collapse {
background-color: #00008B;
}
2. To align menu items on right use this code:
.header-vertical-enable .page-wrapper .header-type-vertical .container .menu > li > a, .header-vertical-enable .page-wrapper .header-type-vertical2 .container .menu > li > a {
float: right !important;
}
3./4. Please show us a screenshot what footer you want to modify as I don’t see it on your home page.
Thank you.
Regards,
Eva Kemp.
I pasted the code in custom.css and saved it.
I also change the background colour in #fff to see the result but nothing changed for the background colour or four the textes menu alignement.
Try to help me asap.
You’ve got the codes to connect to the wp admin and see what happens.
Thx
Hello,
Please provide us with FTP credentials in Private Content.
Regards,
Robert Hall.
Here in attached ftp infos
Please try to solve this asap
Hello,
Please check the menu now.
Regards,
Eva Kemp.
Thx a lot !
So what have you changed in ftp files?
permission ?
How to change now the submenu text and background coulour?
thx by advance
Hello,
You forgot to close the tag in the code that’s why it didn’t work.
To change color for submenu items use this code:
.menu .nav-sublist-dropdown ul > li > a {
color: color_value !important;
}
.header-vertical-enable .page-wrapper .header-type-vertical .container .menu .nav-sublist-dropdown {
background-color: color_value !important;
}
Thank you.
Regards,
Eva Kemp.
As you’ll see now sub menu colour works fine, but i noticed that background main-menu colour is now good, but what about the background bar menu which is always in grey ?
Thx by advance
Hello,
Do you mean grey background under the menu section?
Then please add this code in custom.css:
.header-scrolling .header-custom-block {
background-color: #1E0203 !important;
}
Thank you.
Regards,
Eva Kemp.
Put the code but it doesn’t change grey background under the menu section
Hello,
I’ve edited the code.
Please check the header now.
Thank you.
Regards,
Eva Kemp.
The issue related to '‘About vertical menu optimization’' has been successfully resolved, and the topic is now closed for further responses