• Resolved ddorr

    (@ddorr)


    Hello

    I need a little tip about where and what files css edit the top-bar with transparent background-color u other.

    I need change this rule css

    .top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section ul li:hover:not(.has-form) > a, .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button), .contain-to-grid {
      background-color: #333333;
    }

    I work with a themechild + wp-forge 5.5.1.8.

    Thanks

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

    (@tsquez)

    Hi there,

    its not in any css file. You did however answer your own question. Simply copy what you listed above into the style sheet and add !important

    .top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section ul li:hover:not(.has-form) > a, .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button), .contain-to-grid {
      background-color: transparent!important;
    }
    Thread Starter ddorr

    (@ddorr)

    Hello

    Thanks for advice. I did it, but I forget add !important.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘About background-color of .top-bar’ is closed to new replies.