Remove bullets from custom menu in footer

Discussion in 'GeoCraft WordPress Theme' started by mchamp, May 6, 2016.

Thread Status:
Not open for further replies.
  1. mchamp

    mchamp New Member

    Joined:
    Mar 13, 2016
    Messages:
    20
    Likes Received:
    0
  2. rogerb

    rogerb Active Member

    Joined:
    May 8, 2012
    Messages:
    481
    Likes Received:
    33
    Why use CSS when you only need to look in the IDE under Appearance > Widgets and the 'Second Footer Widget Area' on the right hand side - change the HTML in the appropriate widget (there should only be one widget under this heading) to remove the bullets.

    Hope this helps

    Roger B
     
  3. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To get rid of the bullets, just paste the code given below in Custom CSS section
    (Geocraft Settings -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    .footer_wrapper .footer_widget ul {
    list-style: none;
    }

    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  4. mchamp

    mchamp New Member

    Joined:
    Mar 13, 2016
    Messages:
    20
    Likes Received:
    0
    That worked! Thanks :)
     
Thread Status:
Not open for further replies.

Share This Page