Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1958678
Footer code/ settings
Closed

Comments

  • Amber started the conversation

    I cannot find anywhere to change the footer colour and how to get rid of the boxes around the menus within the footer. It is a default footer and the menus inside were placed by widgets. Please help. thanks 

  •  4,774
    Michael replied

    HI!

    pls. use following css:

    #colophon .widget_submenu li, 
    #colophon .widget_nav_menu > div > ul li, 
    #colophon .widget_archive ul li {
        border-top: none !important;
    }

     

    6707465710.png

    Also please use this setting:

    4519915746.png


  • Amber replied

    Thank you michael - this has started to remove the lines. There are some left please see here - https://karstjewellery.co.uk/


    Thanks for your help

  •  4,774
    Michael replied

    HI!

    pls. use following css:

    #colophon .widget_nav_menu > div > ul{
        border: none !important;
    }

     

    6707465710.png
  • Amber replied

    Thanks perfect !

  •  4,774
    Michael replied

    Welcome! Have a nice day!