Remove border around tables

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by v4sb, Apr 27, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Hi, I would like the default of the theme to remove all borders from any tables I place. Can you give me the code to do this?

    Thank you. I have tried multiple combinations already without success.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, V4sb!

    Could you please provide us URL of your website along with some edited screenshot of your issue so that we can assist you accordingly?

    Thanks,
    Praveen
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    www.cambridgelane.Com - the issue is in the footer widget where I have social icons listed in a table in order to get them to display properly. I want the white border to be removed from around these social icons in the footer widget. thank you
     
  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .textwidget table td {
      border: none !important;
    }
    Hope it will solve your issue.
     

Share This Page