• Resolved jgarner

    (@joshuagarner)


    Hi there,

    I am currently using the theme Ed School and need help removing arrows to the left of the menu items as they are not needed. For reference, these arrows did not appear originally and have appeared after a Theme update I believe.

    Here is a screenshot of the menu with the orange arrows:

    View post on imgur.com

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove arrows to the left of menu items’ is closed to new replies.