Home › Forums › WordPress Themes › Call Outs – Hide them › Reply To: Call Outs – Hide them
May 15, 2020 at 3:00 pm
#9044
Adnan Shawkat
Keymaster
You can use the below css to hide the social icons in banner section.
.app-icons.text-center {
display: none;
}
Regarding the error I think you must have missed something. Can you give us a temporary admin access so that we can have a look at it?