Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #104799
    jorge
    Participant

    Hi, in the mobile version, the MENU appears white, I do not know where to change the color that corresponds.

    http://soricastel.com/unnamed.png

    #104874
    Mahesh
    Participant

    @jorgecsanz: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .sidr {
        background-color: rgb(51, 51, 51);
    }

    Regards,
    Mahesh

    #104900
    jorge
    Participant

    I need it to be the reverse, the black text and the white background.

    #104901
    jorge
    Participant

    And that between the menu there is less separation

    #104906
    Mahesh
    Participant

    @jorgecsanz: Please use the following CSS:

    .sidr {
        background-color: #fff;
    }
      
    .sidr ul li a, .sidr ul li span {
        color: #000;
    }

    between the menu there is less separation
    Do you want to increase the separation or remove it?

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Problem with responsive menu’ is closed to new replies.