Home Forums WordPress Themes Geek About Section Reply To: Geek About Section

#6157
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;
}