Member
Member
Ralf   24-10-2021, 13:15
#1

Hi,
i have different news categories on my site with sub-categories.
The issue I have: The background of the sub-categories is blue:
https://www.ralf-kerkhoff.de/blog/kategorie/grafik/

any idea how to set this blue background for the submenu items to the page background color?

Cheers
Ralf

Administrator
Administrator
acrylian   24-10-2021, 13:19
#2

Browser inspector says this is coming from the boostrap framework:

 .nav-pills > li.active > a, 
 .nav-pills > li.active > a:hover, 
 .nav-pills > li.active > a:focus {
     color: #fff;
     background-color: #337ab7;
  } 

So you need to override that somehow.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.