• Resolved nitrompt

    (@nitrompt)


    Hello guys,

    I am having a problem doing the table… i want to put a backgroud in my header and I want to put full border and dont work…
    Anyone can help me?

    Here is my custom css:

    /** Table captions **/
    .sp-table-caption {
    	font-family: Arial;
    	font-size: 10px;
    	color: red;
    }
    /** table headers **/
    .sp-data-table th {
    	color: black;
    	font-size: 10px;
    }
    /** table content **/
    .sp-data-table th {
    	color: black;
    	font-size: 10px;
    }
    /** borders and paddings **/
    body table, body th, body td {
    	border: 1.5px solid black;
    }
    body th, body td {
    	padding: 2px;
    }

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

Viewing 1 replies (of 1 total)
  • Roch

    (@rochesterj)

    Hi there!

    This is defined by your theme. Please kindly get in touch with the theme authors so they can help you with this.

    In general, basic CSS should overwrite the SportsPress rules. So if you had a hard time, maybe they are overwriting it.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Tables’ is closed to new replies.