Hey Community

Can somebody tell how I can deactivate the red background color in the main navigation ?

Thanks !

Issue fork zircon-2897699

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ASahil10 created an issue. See original summary.

darshan.addweb’s picture

FileSize
47.36 KB
48.36 KB

Please add below CSS to your custom CSS file

#main-menu .container ul.menu li .is-active {
  background: transparent;
}

Thanks!

hitvika_verma’s picture

Status: Active » Needs work
FileSize
365 bytes

Gauravmahlawat made their first commit to this issue’s fork.

Gauravvvv’s picture

  • Gauravmahlawat committed d4e1401 on 8.x-1.x
    issue #2897699: background color in main navigation updated
    
Gauravvvv’s picture

Version: 8.x-1.x-dev » 10.1.x-dev
Category: Support request » Bug report
Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.