ZenphotoCMS Forum
ZPBootrap Submenu - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: ZPBootrap Submenu (/thread-13656.html)



ZPBootrap Submenu - Ralf - 24-10-2021

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




ZPBootrap Submenu - acrylian - 24-10-2021

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.