Changing Border Colour
-
I am using the Goran theme and I want to change the bottom border colour
I have used this CSS
.footer-widget-area .menu-item .dropdown-toggle:hover, .site-content .menu-item .dropdown-toggle:hover, .large-screen .menu-primary .sub-menu, .large-screen .main-navigation .menu-item .dropdown-toggle, .large-screen .main-navigation .menu-item .dropdown-toggle:focus { border-color: #8E8D8D; }and no matter what I add I can’t remove red line at the bottom…
as per this screenshot
Any ideas on what CSS I can use?
The blog I need help with is: (visible only to logged in users)
-
To change the bottom border color on the submenu items in Goran, add the following CSS and then edit the color code as desired.
.large-screen .main-navigation ul ul li { border-bottom-color: #e57066; } -
-
-
I am pretty sure the border in the menu is set by custom color Accent Three. You will need to remove any related custom .css to try it.
- The topic ‘Changing Border Colour’ is closed to new replies.
