Problem with Border setting to "0" on Table

Posted in: Newspaper
Post count: 13

Hi all!

I have added a table into a text field, which works fine! I just can’t get the border to “0”.
I have of course tried extra css … can’t get it hidden … Please help!

Thank you!

https://fm.lujong.org/ (the part that says: “The Benefits from Lu Jong”, it has 6 squares around the image that I would need the borders to be gone or at least be “white”)

Post count: 35449

Hi,

If you are referring on these elements -> https://i.imgur.com/wk609QH.png then you can use this custom css -> https://i.imgur.com/0cXOfRB.png
.wpb_content_element img.wp-image-749 {
border: 2px solid black;
border-radius: 50px;
}

You can adjust it after your needs.
Hope this will help!
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.