Home › Forums › WordPress Themes › Geek About Section › Reply To: Geek About Section
December 6, 2019 at 8:44 pm
#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;
}