• Resolved Svetlana Makarenko

    (@svetlana-makarenko)


    Thank you for the hard work you have done making for us so amazing free themes.
    Adjusting your theme for my need I have faced the problem I am not able to solve without your help.
    this is the link to my site https://belorybitsa.com
    The problem appeared in the submenu background and black frame. In the my_child_theme/style.css I made changes:

    #equal-well .main-menu .menu li li:first-child {
    border:none;
    }

    #equal-well .main-menu .menu ul {
    display: none;
    width: 180px; /* this is our 1st submenu width */
    right:-150px; /* lets position the 1st submenu so it overlaps the main menu */
    position: absolute;
    top: 0px;
    z-index:900; /* lets make sure it floats on top */
    padding:10px 14px;
    background: #996633;

    As you can see the colour is correct but only for text block but how to shuffle off the black background around it. Please, HELP!! Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Svetlana Makarenko

    (@svetlana-makarenko)

    Hello!! is it so difficult question? No one among developers not able to solve? Or I have to pay first for the theme?
    PITY….

    Hi Svetlana Makarenko,

    Please add the following css to fix the issue:

    #equal-well .main-menu .menu ul {
        background-color: #996633 !important;
    }

    Note: Please use the custom css plugin or child theme to write custom css.

    Thanks

    Thread Starter Svetlana Makarenko

    (@svetlana-makarenko)

    Thank you for your trying to help. It didn’t work. I have closed the sub menu completely.
    I have used the child theme from the very beginning.

    Hi There,

    It seems that you have change your site to another theme, so sorry we couldn’t provide you support if you want the support, then you need to use our theme. So, sorry we hope you understand.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't change the sub nav-menu background’ is closed to new replies.