Help! How to Make My Table Border Visible for Blog Posts, Venedor 2.0 Theme

I’ve tried searching for similar questions on the forum but to no avail…I need some pointers to fix the table border issue with my blog posts.

I tried to look into the HTML code and it’s like this:

Treatment Area

Purpose

Zone 1: Forehead

Tightening the skin

Zone 2: Left Cheek

Zone 3: Right Cheek

Treating fine lines and building volume

Treating fine lines and building volume

Zone 4: Upper lip

Tightening and eliminating wrinkles

Zone 5: Chin

Tightening and V-shaping

Zone 6: Neck

Smoothening the skin



How do I edit the in-post HTML code to display a black line border for this table? I don’t see a .css file in Assets folder of the theme to do that, and I’m also afraid of messing up any existing code in the theme editor. Will be good if I can just fix it table-by-table basis, or any tips help. Thanks in advance!

Hello @jt_osp ,

You need to add a table border style in order to show the border.


Find it here: https://www.w3schools.com/html/html_table_borders.asp

1 Like

Ahh, why didn’t I think of this…thanks so much! Problem resolved :grinning_face_with_smiling_eyes:

1 Like

Where in the HTML code do you paste the table border style code?