How to remove bullet point in footer widget?

Discussion in 'ColorWay WordPress Theme' started by nexnexy, Mar 28, 2015.

  1. nexnexy

    nexnexy Guest

    Joined:
    Mar 28, 2013
    Messages:
    13
    Likes Received:
    0
    Location:
    Tokyo
    The bullet points in the Colorway theme footer don't look that great and mess up the styling when I add language selector widget. How can I remove the bullet point?
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .footer-container ul {
      list-style: none;
    }
    Regards,
    Sameer
     

Share This Page