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:

Comments

ASahil10 created an issue. See original summary.

darshan.addweb’s picture

StatusFileSize
new47.36 KB
new48.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
StatusFileSize
new365 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.