Change bullet lists style

Home Forums IT Consultant Support Change bullet lists style

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #179465
    Don LucasDon Lucas
    Participant
    • Topics: 3
    • Replies: 15
    • Total: 18
    Member since: March 26, 2021

    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!

    #179466
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Okay, Kindly show us your website URL please?

    Regards,
    Dave

    #179467
    Don LucasDon Lucas
    Participant
    • Topics: 3
    • Replies: 15
    • Total: 18
    Member since: March 26, 2021

    Https://akema.co

    #179468
    Don LucasDon Lucas
    Participant
    • Topics: 3
    • Replies: 15
    • Total: 18
    Member since: March 26, 2021

    www.akema.co

    #179470
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.