- This topic has 4 replies, 2 voices, and was last updated 3 years, 11 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
Magento to WordPress Migration The migration process is indeed helpful for your dream business as your e-commerce business needs this buckle up to grow and […]
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]