How to remove arrows to the left of menu items

lisa

(@contentiskey)

check for and modify this style.

.widget ul li:before {
    color: #fe8007;
    position: absolute;
    left: -17px;
    content: "f0da";
    font-size: 1em;
    position: absolute;
    left: -17px;
    font-family: FontAwesome;
    font-size: 14px;
}

use custom css
.widget ul li:before {
display:none;
}

Thread Starter
jgarner

(@joshuagarner)

@fazilhussain Thank you, this worked perfectly!

As our website is managed by a third party I don’t have access to the html so this worked by pasting into Appearance -> Customise.



Source link