[Resolved] Not all borders showing desired color

Home Forums Support [Resolved] Not all borders showing desired color

Home Forums Support Not all borders showing desired color

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #234907
    robmac

    Hi Tom,

    Sorry to raise another issue so soon!

    I’ve a table [generated using CKEditor], when I:

    > select Table Cells Properties
    > enter the desired Table Border color code
    > All cell borders change to the desired color, EXCEPT for one side and along the top of the border

    Can you suggest any fix please? Any CSS that might do the job please? I have Simple CSS installed.

    Thank you,
    Robert

    #235028
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you show me a page with the table on it?

    #235161
    robmac

    Hi Tom,
    Thanks for your reply. Have sent you the link.
    Regards,
    Robert

    #235260
    Tom
    Lead Developer
    Lead Developer

    You can change the table border like this:

    table, td, th {
        border-color: #222222;
    }

    However, tables should only be used for tabular data.

    For content like this, you should use grid columns: https://wordpress.org/plugins/lightweight-grid-columns/

    #235389
    robmac

    Awesome…..thanks Tom!

    #235402
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

    #235874
    robmac

    Hi Tom,

    I’ve got a follow up question, please.
    On one page, I’ve got TWO tables, one of which, still has this issue of still showing part borders or showing part in a different colour, even when I clear set them not to.

    Any further thoughts you may have, would be most appreciated. Thank you.

    Regards
    Robert

    #236014
    Tom
    Lead Developer
    Lead Developer

    The above CSS should do it, make sure the tables not working don’t have the border color added to the HTML itself using inline CSS.

    #2028574
    Data

    How to change border color of right side of table rows?

    #2028583
    Elvin
    Staff
    Customer Support

    Hi @Data,

    I see you’ve opened a topic for this.

    Let’s continue the discussion for your specific site there. Please see my reply here – https://generatepress.com/forums/topic/how-to-change-border-color-of-left-side-of-table-rows/#post-2028581 – thanks! ๐Ÿ™‚

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.