• I’d like to change the color of the menu box and the footer widget area, using the custom CSS box. I tried inserting this for the menu area:

    .menu-box-wrapper {
    background: #220cf4;
    border-bottom: 2px solid #437bd0;
    min-height: 44px;
    padding: 0;
    z-index: 500;

    This didn’t work. I’m a totally new to CSS code so any help would be appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    please use the following custom CSS:

    #wrapper .menu-box-wrapper {background-color: #220cf4;}
    #wrapper #wrapper-footer {background-color: #220cf4;}

    It seems that your custom CSS isn’t specific enough to overwrite the default styles.

    Best regards,
    Tomas Toman

    Thread Starter Kathy331

    (@kathy331)

    That worked, thanks for your help. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I change the menu box color’ is closed to new replies.