Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1045044

    I would like to know how to create a style for a specific table on a specific page (see below for exact page).
    I tried giving it a class and call it from the Quick CSS section, but maybe I’m doing it wrong…?
    What I need is a table with no visible border, no background and have control over padding and font size
    (I need it to look like 2 lists side by side)

    Thanks

    #1045072

    Hey Dee007,

    Add this to quick css:

    .page-id-5672 table td{
    border:0px!important;
    background:none!important;
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1045075

    Hey Jordan,
    this made the border go away but the individual background is still there and the font is gray on some cells and black in others…
    Any ideas?

    #1045081

    Hi,

    I updated the css to the following:

    .page-id-5672 table{
    background:transparent!important;
    }
    
    .page-id-5672 table td{
    border:0px!important;
    background:none!important;
    font-size:20px!important;
    color:#000!important;
    }
    
    .page-id-5672 table tr{
    background:transparent!important
    }

    Best regards,
    Jordan Shannon

    #1045083

    Great!
    That did the trick!

    Thank you

    #1045123

    Hi,

    Perfect! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Style of a specific table’ is closed to new replies.