- This topic has 4 replies, 2 voices, and was last updated 1 year, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › IT Consultant Support › Change bullet lists style
Hello,
I’ve set nav menu widgets to be used in the footer columns. And they are being displayed under a bullet list.
How can I display arrows instead of bullets in footer section? This is being displayed, which I don’t want:
.Home
.Service
I want this instead:
>Home
>Service
Should I go to Appearance > Customise > custom css? If yes, what should be the input.
Or should I add a CSS code inside theme editor? If yes, what should be the input?
Thanks in advance!
Hi,
Okay, Kindly show us your website URL please?
Regards,
Dave
Https://akema.co
www.akema.co
Hi,
Kindly go to Appearance >> Theme Editor >> Style.css >> Scroll down to very bottom and paste CSS there:
#footer li::before {
position: relative;
content: "\f105";
padding: 0 10px 0 0;
display: inline-block;
font-family: fontawesome;
}
Regards,
Dave
Are you in search of publishing your website at a minimal, the user hasr also evolved and is constantly trying toimprove their websites’ aspectse themes […]
How to Add WordPress Multiple Authors in a Blog or Website? For adding multiple plugins, Author Avatar Lists Plugin works efficiently that you can easily […]
WordPress content management system comes with prebuilt post revision functionality. It’s a system that keeps the record of each added publication or draft made on […]