- This topic has 9 replies, 2 voices, and was last updated 1 year, 2 months ago by
Elvin.
-
AuthorPosts
-
October 12, 2016 at 11:13 pm #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 borderCan you suggest any fix please? Any CSS that might do the job please? I have Simple CSS installed.
Thank you,
RobertOctober 13, 2016 at 9:00 am #235028Tom
Lead DeveloperLead DeveloperHi there,
Can you show me a page with the table on it?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 13, 2016 at 11:24 pm #235161robmac
Hi Tom,
Thanks for your reply. Have sent you the link.
Regards,
RobertOctober 14, 2016 at 8:26 am #235260Tom
Lead DeveloperLead DeveloperYou 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/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 14, 2016 at 7:26 pm #235389robmac
Awesome…..thanks Tom!
October 14, 2016 at 9:08 pm #235402Tom
Lead DeveloperLead DeveloperYou’re welcome ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 17, 2016 at 12:34 am #235874robmac
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
RobertOctober 17, 2016 at 9:02 am #236014Tom
Lead DeveloperLead DeveloperThe 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.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 28, 2021 at 10:02 pm #2028574Data
How to change border color of right side of table rows?
November 28, 2021 at 10:10 pm #2028583Elvin
StaffCustomer SupportHi @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! ๐
A wise man once said:
"Have you cleared your cache?" -
AuthorPosts
- You must be logged in to reply to this topic.