Remove Border In Card Body

Viewing 6 posts - 1 through 6 (of 6 total)
#154086

Sethu Raman
Participant

Hi, How To Remove This Card-Body Border? I Used .card-body {border: 0;}, But Not Working, Please Reply, Thanks!

#154087

Humayon
Moderator

Hi @sethu,
Please share the related URL with me so that I can give you the valid CSS. If possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you.

#154089

Sethu Raman
Participant
This reply has been marked as private.
#154090

Humayon
Moderator

Hello,
I think you forgot to add the username.
However, please add the below CSS in your currently active theme and it will solve your issue.

.link-template-default.card.mb-2 {
    border: none;
}

It should look like this after applying the above-mentioned CSS.
Let me know if you need further assistance regarding this matter.
With Regards

#154091

Sethu Raman
Participant

Thanks For Your Fast Reply, It’s Working, Now I Added Box-Shadow Looking Good, see this. You are great bro.

#154092

Humayon
Moderator

Hi,
Yes, it’s looking great.
Feel free to contact us again for further assistance and we will gladly help you.
Have a good day.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Remove Border In Card Body’ is closed to new replies.