On the index screen of my website I use the white menu through the PARAMETERS OPTION / PAGE OPTIONS / LOGO / MENU. Is the fullscreen background color white how to change that color to black?
This is because in the internal the menu is black, only in the index the color of the HAM is white, but the background has to be black, with the white letters (same as the internal menu). See the links below.
I think that you already solved this problem, is it right please? If not then can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.
Hello Ylli, this my issue has not been resolved. The background of the full Ham menu continues to open in white. The Ham menu button needs to be white but you need to open it with the black background with the white letters. Same as it is inside.
Can you please share your Wordpress credentials here, because I need to login to your site and test this. Your information is safe here (private) in this thread.
To include your credentials click Insert Credentials button in editor toolbar. (See how)
Ylli, I know what you're talking about. But it was you who helped me make this change in the index (see # 1202608). I just did not look inside. Why are you responding in this way? If you can not help me? So could you tell me if the code below that I am using is correct? / CODES /
On the index screen of my website I use the white menu through the PARAMETERS OPTION / PAGE OPTIONS / LOGO / MENU. Is the fullscreen background color white how to change that color to black?
This is because in the internal the menu is black, only in the index the color of the HAM is white, but the background has to be black, with the white letters (same as the internal menu). See the links below.
TABLE INDEX: http: //valencaevalenca.profissional.ws/valenca
INTERNAL SCREEN: http://valencaevalenca.profissional.ws/valenca/projects/
Hi Marcelo,
I think that you already solved this problem, is it right please? If not then can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.
Thanks!
Hello Ylli, this my issue has not been resolved. The background of the full Ham menu continues to open in white. The Ham menu button needs to be white but you need to open it with the black background with the white letters. Same as it is inside.
Hi Marcelo,
Can you please add the code below to your Custom CSS area:
Perfect Ylli.
Tks
Ylli, I noticed an error adding this code below. One of the HAM menu lines has gone white on the inside pages. It is to have the 3 black lines.
To be sure, I removed the code and returned to normal operation. I put it back and gave the error.
CODE
Hi Marcelo,
Can you please share your Wordpress credentials here, because I need to login to your site and test this. Your information is safe here (private) in this thread.
To include your credentials click Insert Credentials button in editor toolbar. (See how)
Hi Marcelo,
Problem fixed.
Will set this ticket as solved from here.
Ylli, I know what you're talking about. But it was you who helped me make this change in the index (see # 1202608). I just did not look inside. Why are you responding in this way? If you can not help me? So could you tell me if the code below that I am using is correct?
/
CODES
/
Body.home.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light.translucent-background {
Background-color: rgba (0,0,0, .9)! Important;
}
Body.home.menu-bar.menu-skin-dark .ham: after {
Background-color: # FFFF00;
}
Body.home.menu-bar.menu-skin-dark .ham: before {
Background-color: # FFFF00;
}
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light.translucent-background {
Background-color: rgba (0,0,0, .9)! Important;
}