• Resolved westbccoast

    (@westbccoast)


    Hi,

    I am getting a dark blue line on top of my table, I think it is part of a focus effect. I have searched and try various css suggestions without any luck. Does anyone know how to get rid of it ?

    I have tried regular tables via text edit as well as plugins and it displays a line, so it is not specific plugin issue.

    I am using the Rise ThriveTheme, I don’t think I changed anything to cause it.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    The dark blue border on the top of the table looks as though it’s just the design and is there for styling, not a focus effect.

    Here’s some CSS that should change it to the same border as the other edges of the table:

    .bSe table tbody tr:first-child {
    border-top: 3px solid #ebebeb;
    }

    You have said you tried other CSS solutions with no luck so if the above doesn’t work try this:

    .bSe table tbody tr:first-child {
    border-top: 3px solid #ebebeb;!important
    }

    Remember to put this at the very bottom of your CSS file to override anything else.

    • This reply was modified 6 years, 11 months ago by graphicscove.
    Thread Starter westbccoast

    (@westbccoast)

    Ah your first suggestion worked perfectly, thank you, you a star. On my other blog, I had the same issue, just not a blue line, it was a thin line above the table and the other solutions managed to resolve it. It was really bothering me and I knew I would just run into it again if I didn’t try get it resolved.

    Thanks a million GraphicsCove

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line on top of tables’ is closed to new replies.