marco2dii
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Change header text colorsThanks so much for your time and advice
I managed to solve the issue following your comment on inspecting the code, the ID for that specific color is something else. The following code overrides that gray:
.tc-regular-menu .navbar .nav > li.current-menu-ancestor > a {
color: pink;
}Best!
Forum: Themes and Templates
In reply to: [Customizr] Change header text colorsThanks again, unfortunately the problem persists.
I used the code, but the “visited” color doesn’t change. I tried setting “hover” color as none, to see if “visited” color will show. This gray color, seems to be an underneath color for all text, which is defaulted in dark grey and its staying.
(Also dropdown menu color, set in pink is not changing)
See code below:
/* MAIN MENU */
.navbar .nav > li > a {
color: white;
text-shadow: none
}.navbar .nav > li > a:visited {
color: blue;
text-decoration: none;
text-shadow: none
}/*And for the submenu add:*/
.dropdown-menu > li > a:visited {
color: red;
text-decoration: none;
}.navbar .nav > li > a:hover {
color: none;
}/*This is the menu’s sub item*/
.dropdown-menu > li > a {
color: pink;
text-decoration: none;
}Thanks!
Forum: Themes and Templates
In reply to: [Customizr] Change header text colorsHello debshadovitz,
Thanks so much for the reply, I tried your code but I still can’t change what I need to modify. In the picture below, the gray color that is enabled after I click on a sub-menu or on another menu item remains the same.
In the picture below, your color shows well in the rest, but not in the word “about” please see the picture below.
Many thanks
- This reply was modified 7 years, 9 months ago by marco2dii.
Forum: Themes and Templates
In reply to: [Customizr] Change header text colorsHello,
Any clues on this?
Cheers
Forum: Themes and Templates
In reply to: [Customizr] Change header text colorsHello,
This is the site’s url https://et-risk.eu/
The issue happens when clicking in one of the sub menus, the main menu text turns dark grey and I cant change it
Thanks so much!