[Footer Options] How to remove 'About Us' heading for Footer Styles 5,6,7,8

Posted in: Newspaper
Post count: 2

I’m trying to edit the Footer portion, however, for Footer Styles 5,6,7 and 8, how do i remove the ‘About Us’ that appears with it? I would just like to insert text under ‘Footer Text’, but without the ‘About Us’ title that goes above it automatically with those above-mentioned Footer Styles as the text i would like to insert is not related to ‘About Us’.

Post count: 23312

Hello mrthemeforest,

If you want to remove that strings ‘About Us’ please notice that you will have to use a bit of CSS code because our theme does not have such an option in Theme panel to do that. Please try the code below and place it in Theme panel->Custom CSS area.

.footer-text-wrap .block-title {
display:none;
}

If you refer to something else, please provide more details.

Thanks for your understanding!

Post count: 2

Hi Catalin,

That works. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.