• Geek About Section

    akeysharris
    Participant

    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.

    1 Reply
    Adnan Shawkat
    Keymaster

    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;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.