Site logo

Archived topic

Right chevrons in front of menu items in the sidebar widgets

5 replies · Started by Helmke on September 5, 2020

Viewing posts 1–6 of 6

Hi there

What would the CSS code be to use amazing fonts to show right-chevrons in front of the menu items in the side bar widgets?

Thanks
Helmke

Hi there,

can you provide a link to your site so i can advise.
Edit your original topic and add the link to the Site URL field to share it privately.

Hi David

Done, I have disabled the maintenance mode on the test site for now.

Thanks
Helmke

Try this CSS:

.inside-right-sidebar .widget .menu-item a:before {
    content: '›';
    font-size: 18px;
    font-weight: bold;
    margin-right: 0.5em;
}

This doesn't require any special fonts to be loaded.

Hi David

Thank you - its working perfectly!

Glad to be of help

This archived topic is closed to new replies.