• Resolved jigtak

    (@jigtak)


    My footer menu has a file icon before every menu item. How do I remove it? And also how do i align it to center?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Please add CSS in style.css file.

    https://prnt.sc/uw1hxj

    .widget_nav_menu ul li::before { content: ''; }
    .block.footer-widget-1 { text-align: center; }

    Thank you

    Thread Starter jigtak

    (@jigtak)

    Thank you for the code, it worked on centering the footer menu but did not get rid of the icons.

    Can you also help me in reducing the size of the sticky header?

    Thank you

    Hello,

    please add CSS in style.css file from the sticky header.

    #mysticky-nav .myfixed {
        padding-top: 1.618em;
    }

    if you still need to reduce the size of the sticky header then you can reduce the padding-top.
    https://prnt.sc/uxhcpl

    and also I have checked the footer icon is not showing.

    https://prnt.sc/uxhc3u

    Thank you

    Plugin Support Thu P. a11n

    (@thup90)

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer Menu has a file icon’ is closed to new replies.