Table with No Border and Background

Discussion in 'BusinessGrow One Page WordPress Theme' started by southportrealtygroup, Apr 1, 2014.

Thread Status:
Not open for further replies.
  1. southportrealtygroup

    southportrealtygroup Guest

    Joined:
    Mar 25, 2014
    Messages:
    21
    Likes Received:
    2
    Thank you for helping with my many questions.

    How do I create a table within a blog post with a transparent background and no border?

    I have created a table here:
    http://southportrealtygroup.com/622_n_may_st/

    But no matter what I try in html and CSS, I can not manage to remove the border and background.

    Thank you!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    table td, table th {
    border: none;
    }
    table {
    background: none;
    }
     
    This will solve your issue.
     
  3. southportrealtygroup

    southportrealtygroup Guest

    Joined:
    Mar 25, 2014
    Messages:
    21
    Likes Received:
    2
    Thank you!! That worked perfectly.
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page