I want to change table color and text position.

1 reply · opened Sep 3, 2021

MmindisitSep 3, 2021

I found the file 'columns-grids.html'.
I want to change the 'Bootstrap Grid' part.
I found 'style.css' and tried changing the color.

.show-grid [class^=col-] {
padding-top: 10px;
padding-bottom: 10px;
background-color: #EEE;
border: 1px solid #DDD;
}
======================================================
However, the color did not change.
I wanted to center the text, but it didn't change.
Where can I change the color and text position?

SSemicolon WebSTAFFSep 3, 2021

Hello,

Please consider using the following CSS Code:
[ch_pre type="css"].show-grid [class^=col-] {
padding-top: 10px;
padding-bottom: 10px;
background-color: #FFF000;
border: 1px solid #DDD;
text-align: center;
}[/ch_pre]

Simply change the background-color Property to change the Color. For the Text Color, simply add the color CSS Porperty.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
I want to change table color and text position. · Canvas Template Support