Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #211175

    Hi Kriesi Support-Team,
    I’d be grateful, if you could help me with the following question regarding your content element “Table”.
    Where and how would I have to adapt the Enfold-CSS-Settings in order to change the border color of the corresponding table cells (eg. to “white”)?
    Thanks in advance for your efforts!
    Rainer

    #211186

    Hi rainert!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .alternate_color ul.pricing-table li, .main_color ul.pricing-table li, .main_color td, .alternate_color td { border-color: white; }

    Cheers!
    Yigit

    #211212
    This reply has been marked as private.
    #211787

    Hi Rainer,

    Can you post the link to your website please?

    Regarding Q3, you can add the codes to css/custom.css.

    Cheers,
    Josue

    #216321
    This reply has been marked as private.
    #216393

    Hi!

    Please add following code to Quick CSS as well

    tr th:first-child, tr td:first-child { border:none; }

    You can make the text center aligned using

    td { text-align: center; } /* right table */
    th { text-align: center; } /* left table */ 

    Best regards,
    Yigit

    #216409
    This reply has been marked as private.
    #216415

    Hey!

    You are welcome Rainer, glad we could help! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Tables – Border Colors’ is closed to new replies.