• I’m trying to take the lines out from the text located in my HOME tab of my blog https://www.thepracticalsaver.com . I just need to take the lines out from the HOME and the other lines from the other tabs should remain the same.

    The ones that I’m referring are the lines under the “10+ Best Shopping Apps That Pay You”, “Ways to Living Comfortably on a Tight Budget”, etc.

    I am using the Fashionista template.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • hi you can try adding this to your custom css

    #pgc-239-2-3 .widget_single_post_widget {
    border: none;
    }

    Thread Starter thepracticalsaver

    (@thepracticalsaver)

    it worked perfectly. I just have a follow-up question. So, I have a line for “Recommended Posts” and “Featured Articles”. I want to delete the bottom thin line on each line (one similar right at the bottom of the “Recommended Posts” and “Featured Articles”) and put a thick line line above those texts so the texts are in-between two thick lines. I was wondering what I can do to do that.

    I apologize I’m not that savvy, just yet.

    Thanks.

    try this

    #panel-239-1-0-0,
    #panel-239-3-0-0 {
    border: 0;
    }
    
    #panel-239-1-0-0 .widget-title,
    #panel-239-3-0-0 .widget-title {
    padding-top: 15px;
    border-top: 3px solid #000;
    margin-bottom: 0;
    }
    Thread Starter thepracticalsaver

    (@thepracticalsaver)

    worked perfectly.

    thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Take out lines from the list in the home page’ is closed to new replies.