Hello, I want to change the thickness and color of the menu dividers of the main menu. Where do I change this?
--
With kind regards,
Leon D.
Hello, I want to change the thickness and color of the menu dividers of the main menu. Where do I change this?
--
With kind regards,
Leon D.
Hey,
in your css folder find minimal-skin.css
Find
.main_menu .menu a {
border-left: 1px solid #EEEEEE;
color: #333333;
}
You can change 1px to your wanted thickness and #EEEEEE to your preferred hex color code.
You must log in to post.