• Resolved nee

    (@nee)


    Hi,

    I found the answer to remove gray line in one of the topic. But how do I remove them in my Homepage only? I want the category, tag and list page’s divider to remain.

    What should I add to the below?

    .widget_categories ul li a,
    .widget_posts_list.widget_posts_list_alt li,
    .widget_archive ul li a,
    .widget {
    border-bottom: 0;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,
    use this CSS instead

    .home .widget_categories ul li a,
    .home .widget_posts_list.widget_posts_list_alt li,
    .home .widget_archive ul li a,
    .home .widget {
    border-bottom: 0;
    }

    and let me know if this helps.

    Thread Starter nee

    (@nee)

    Hi Fotis,

    Works like a charm. Thanks.

    • This reply was modified 7 years, 4 months ago by nee.
    • This reply was modified 7 years, 4 months ago by nee.

    Glad I could help!

    I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

    Hi, what’s the code to remove the grey dividers on all pages, not just the homepage?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Gray line divider in Homepage only’ is closed to new replies.