Support » Theme: Iconic One » Remove the horizontal lines between posts

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Themonic

    (@themonic)

    Use the following in custom.css

    .site-content article {
        border-bottom: none;
    }
    Thread Starter gagafashion

    (@gagafashion)

    tried that but the lines/borders are still there.

    any other suggestions, please?

    THANK YOU!!!

    Theme Author Themonic

    (@themonic)

    We cannot guarantee the workings of code on customized websites. The given code is working fine with our default installation.

    Other way would be to directly modify style.css, around line 851

    find .site-content article

    and then

    border-bottom: 2px double #F3F3F3;

    make it

    border-bottom: none;

    Hi,
    I was searching for this option.
    I’ve tried both suggestions, but none have worked.

    See my home page northwalesgigs.co.uk

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove the horizontal lines between posts’ is closed to new replies.