Okay
  Public Ticket #1202608
Change color background menu ham index
Closed

Comments

  •  17
    Marcelo started the conversation

    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/

  • [deleted] replied

    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!

  •  17
    Marcelo replied

    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.

  • [deleted] replied

    Hi Marcelo,

    Can you please add the code below to your Custom CSS area:

    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, .menu-bar.menu-skin-dark .ham:before {
        background-color: #fff;
    }
  •  17
    Marcelo replied

    Perfect Ylli.


    Tks

  •  17
    Marcelo replied

    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


    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, .menu-bar.menu-skin-dark .ham:before {    background-color: #fff;
    }


  • [deleted] replied

    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)

  •   Marcelo replied privately
  • [deleted] replied

    Hi Marcelo,

    Problem fixed.

    Will set this ticket as solved from here.

  •  17
    Marcelo replied

    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;
    }