Tagged: footer
hi so the issue is I cannot edit the very bottom footer for example I want to remove the affiliate and change the privacy policy link https://i.gyazo.com/b234c62f218b6583529d63398e6dcf7c.png
i also cannot edit the you are at the center of security option
Another issue that I am having is I cannot see the menus at the top on mobile but can on desktop
Hello,
About your first issue, you can change those from Appearance -> Menus
Moreover, we didn’t understand your 2nd issue. Could you please explain in detail with a screenshot?
Furthermore, some elements of the header were hidden on the responsive devices for the issue of looking ugly. If you want to show those you can use custom CSS. If you provide your website URL and a screenshot of the elements then we can provide you with the custom CSS.
Best Regards,
ThemeLooks Support Team
hi can you give me more detail about the first question i had because theres nothing in menus that says affilate and i also want to remove these circles on the side of the menu https://i.gyazo.com/17c97cbacb92e8e1158799668d02816b.png
Hello,
Please check out this screenshot https://www.awesomescreenshot.com/image/23116656?key=8e8086ebcdaae9141743c48cdf7b14b4
Also, use this custom CSS below to remove the circles on the side of the menu.
.header-menu > ul > li + li::before {
display: none;
}
Best Regards,
ThemeLooks Support Team