Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1414795

    nickohorny
    Participant

    Hi,

    I would like to edit the 3 footer widgets on my page so all text to be white, including their titles which at the moment are not visible.

    Also how can I remove the lines between items?

    Thanks.

    #1414797

    nickohorny
    Participant
    This reply has been marked as private.
    #1415013

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-colophon.top h4.h-widget,
    .x-colophon.top .textwidget {
        color: #fff;
    }
    .widget ul li, 
    .widget ol li,
    .widget ul, 
    .widget ol {
        border: none;
    }

    Hope it helps 🙂