BrianC Active member Apr 20, 2019 #1 I'm having trouble figuring how to change the background color for the Login, Register an Search tabs? Just want them to be white. Appreciate help.
I'm having trouble figuring how to change the background color for the Login, Register an Search tabs? Just want them to be white. Appreciate help.
hemant_bhardwaj Well-known member Apr 20, 2019 #2 well no idea which theme you using it might work - CSS: .p-navgroup-link--search, .p-navgroup-link--register, .p-navgroup-link--logIn{ background-color:white !important; } Upvote 0 Downvote
well no idea which theme you using it might work - CSS: .p-navgroup-link--search, .p-navgroup-link--register, .p-navgroup-link--logIn{ background-color:white !important; }
BrianC Active member Apr 20, 2019 #3 Using default style. CSS: .p-navgroup-link--search, .p-navgroup-link--register, .p-navgroup-link--logIn{ background-color:white !important; } This worked for search but not for the other ones. Upvote 0 Downvote
Using default style. CSS: .p-navgroup-link--search, .p-navgroup-link--register, .p-navgroup-link--logIn{ background-color:white !important; } This worked for search but not for the other ones.