January 15, 2016 at 15:02
#98678
Radu
Moderator
Hi,
Add this CSS to wp-content/themes/kleo-child/style.css
COPY CODE
.widget_nav_menu .parent>a .caret:after {
display: block;
content: "-" !important;
position: absolute;
right: 0;
top: 16px;
font-size: 25px;
height: 30px;
line-height: 30px;
margin-top: -15px;
width: 30px;
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.widget_nav_menu .parent>a .caret.active:after {
top:17px !important;
content: "+" !important;
font-size: 15px;
}
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution