Shop Categories

X

Removing dotted line separators in the widget area

Home Forums Agama Pro Removing dotted line separators in the widget area

Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8711
    kevinmeow
    Participant

    Hi,

    I was wondering if it was possible to remove the dotted line between objects in the widget area, and if so how?

    Thanks!

    #8714
    Zex
    Moderator

    Hello,kevinmeow!

    Insert the code below in Customize->General->Additional CSS:

    .footer-widgets .widget li{
        
        border-bottom: none!important;
    }

    If this code doesn’t work for you, please give me your website address.

    Regards

    #8715
    kevinmeow
    Participant

    Hi that did exactly what I needed thank you! One follow up question though, is there a way to lessen the spacing between the widget texts now (where the dotted lines were)? The gaps now are a little more than I want. Website is http://www.meowtech.com

    #8716
    Zex
    Moderator

    This is a code you need:

    .footer-widgets .widget li {
        padding-top: 0px;   
        padding-bottom: 0px;
    }

    Change the padding-top and padding bottom values per your needs.

    Regards

    #8717
    kevinmeow
    Participant

    That did it, thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.