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

    I am creating a table in a codeblock, however I can’t set any border color as they seem overridden by the enfold style stating that border colors should be #ffffff.
    How can I remove this so that I can set flexibly my table border colors ?
    Thanks

    #1232414

    Hey lcrivell,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1232426
    This reply has been marked as private.
    #1232440

    Hi,

    Add this to quick css:

    .page-id-254 table{
    border:2px solid #000!important;
    }

    Best regards,
    Jordan Shannon

    #1233156

    Thanks !

    #1233229

    Hi,

    No problem! 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 ‘Remove default table border color’ is closed to new replies.