Need your help

Posted in: Newspaper
Post count: 21

How can hide those arrows please?

What’s the number of this box?

THANK YOU!

Post count: 21
Post count: 22421

Hello,
1) You can hide the arrows with css like so:
.sf-menu .td-icon-menu-down{
display:none!important
}

2) I assume you are referring to this block element: http://screencast.com/t/OvRgtnFv
It’s actually a block 14 in a full width row from visual composer and with a background color added to it.
Thank you!

Post count: 21

Hi,
is there a way to hide only the submenu indicator arrows?
http://www.hostingpics.net/viewer.php?id=741486Untitled.jpg

I appreciate all of your help.

Post count: 22421

Hi,
Please use this code instead:
.sf-menu .sub-menu .td-icon-menu-down{
display:none!important;
}

Thanks.

Post count: 21

Thank Boss, it works perfectly!

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