How can I make the right arrow icon fully white?
Hi,
Please, use the following CSS code:
#Top_bar .menu > li.submenu > a:not(.menu-toggle)::after{ border-top-color: #fff!important; }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks
That didn't work, first in Appearance -> Customize -> CSS where I have all the other tweaks, nor the BeTheme CSS.
I can see that the arrows are white.
So you handled it now, right?
Best regards
No. They're still not fully white, the breadcrumbs text is. Mac Chrome, Firefox, Safari & Brave.
I thought you were referring to arrows in the menu.
Please, use the following CSS code instead:
#Subheader .breadcrumbs span{ opacity: 1!important; }
Thanx! One more tweaky CSS if I may:
I've got the down arrow color changed on the main menu for default and for :hover. How can I can the color for visited/active?
PS: my opinions is that if I change the menu colors in the theme editor, the :after color should also change.
Please, use the following code:
#Top_bar .menu > .current-page-ancestor.submenu > a:not(.menu-toggle)::after{ border-top-color: #6681b3!important; }
Thanx, close.
Comments
Hi,
Please, use the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks
That didn't work, first in Appearance -> Customize -> CSS where I have all the other tweaks, nor the BeTheme CSS.
I can see that the arrows are white.
So you handled it now, right?
Best regards
No. They're still not fully white, the breadcrumbs text is. Mac Chrome, Firefox, Safari & Brave.
I thought you were referring to arrows in the menu.
Please, use the following CSS code instead:
Thanks
Thanx! One more tweaky CSS if I may:
I've got the down arrow color changed on the main menu for default and for :hover. How can I can the color for visited/active?
PS: my opinions is that if I change the menu colors in the theme editor, the :after color should also change.
Please, use the following code:
Thanks
Thanx, close.