Mobile Menu – Remove About Us section in footer

Posted in: Newspaper
Post count: 17

Hi,

http://icimdekigezgin.com

there is a About Us (in my web site (turkish) _ Hakkımızda) section in footer in mobile menu.. how can remove this?

Post count: 17

sorry.. not in menu, in mobile theme

Post count: 23312

Hello

Try the code below and place it in Theme panel->Custom CSS area.

.td-mobile-footer-wrap .td-footer-description{
display:none;
}

Thanks.

Post count: 17

hi.. it didnt work

Post count: 23312

Hello yavasoglu,

Try to add the !important tag after none value. It is important to do that because using this rule, your value will be more precise and should work.

Hope this helps and let us know how it goes!

Thanks.

Post count: 17

solved.. thanks..

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