How to set table border = 0 ?

Discussion in 'Figero WordPress Theme' started by efcom, Mar 18, 2013.

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

    efcom New Member

    Joined:
    Jan 21, 2013
    Messages:
    16
    Likes Received:
    0
    Hi,

    how can I set the table border to zero for all tables in a post or on a single page?
    I tried it with <table border ="0"> but it didn´t work. Is there something in the style css?

    And how can I set the font size in normal texts on pages and blog entries?

    Thx


    Edit: ok, the normal CSS code works now:

    table, th, td
    {
    border: 0px;
    }

    Still have the question about the font size
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    p{
    font-size:16px;
    }
     
    efcom likes this.
  3. efcom

    efcom New Member

    Joined:
    Jan 21, 2013
    Messages:
    16
    Likes Received:
    0
    Thank you :)
     
Thread Status:
Not open for further replies.

Share This Page