Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Hello,
Is there a way to remove
Nick Name:
Email:
Phone:
Date of Birth:
Address:
from the About section. I want to keep the introduction paragraph and the signature.
Hi there,
Well currently there are no option to do that. But you can simply do it using a single line of css code. Just copy & paste the below code into your style editor in theme option & it’ll hide the address section.
.about-section address {
display: none;
}
You must be logged in to reply to this topic.
SupportOffline