table: color border
-
Hello,
I create tables to make the layout but I would like to change the color of the borders so that the lines are invisible but I do not know how to do it.
My website is https://beachvolleyphoto.blog/The blog I need help with is: (visible only to logged in users)
-
Hi there, just so that I understand what you are trying to do: are you trying to remove the white border around the images on the https://beachvolleyphoto.blog/ page?
-
I’m trying to remove or make invisible the table’s lines from the page “https://beachvolleyphoto.blog/portfolio/moscou-2015/”or from the page “https://beachvolleyphoto.blog/2018/12/14/wm-2011-rome/”thank you in advance for your help
-
Hello,
This can be accomplished by adding the following style within the Additional CSS section of the Customizer:
table td { border: none; }
I hope this helps. Thanks!
- The topic ‘table: color border’ is closed to new replies.