• Resolved Creative TaLantz

    (@creative-talantz)


    Hey Gang!

    So I’ve spent the last 24 hours crashing and recovering a site (that I probably should have created a child theme for). Now that I’ve recovered the site – https://www.DiJitalEngagement.com – I have one final problem…

    I added a 4 column widget area at the bottom (trial & error – lots of errors), and I wanted to underline the li’s. Got that done but if you look you’ll notice I have doubled up bottom-border lines at the end of each list.

    I’m confident one or more of you has the cure I’m seeking… This is all I have left to do immediately to finish up (for now). Then I have 4 additional sites to get to coding in. So can I get a lil’ help PLEASE ? Tired of reading all the in between responses…

    Lance

Viewing 2 replies - 1 through 2 (of 2 total)
  • WPyogi

    (@wpyogi)

    Looks like adding this CSS this will do it:

    #footerwidgets li {
        border-bottom: 0;
    }
    
    #footerwidgets li ul li {
        border-bottom: 1px solid #ADACAC;
    }

    Where are you making all these customizations? Modifications to theme files will be erased when the theme is updated – you should be using a child theme? or custom CSS option?

    Thread Starter Creative TaLantz

    (@creative-talantz)

    Thanks WPyogi!

    That was it, I spent too many hours chasing my brain around looking for an answer…

    Again many thanks! Oh and I’m using custom CSS… Have only briefly looked at child themes, maybe on one of the 4 sites I have stacked, I’ll get there…

    Lance

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stop bottom-border before end of a list’ is closed to new replies.