Page menu – no styles

Posted in: Newspaper
Post count: 23

I am trying to use a 3 column page with VC. Each column containing a simple text block with either a list or paragraphs. I have been unsuccessful in applying list-style: none; or list-style: none !important; to the UL or using line-height for the P. I have tried inline and with a class.

The styles work if you view the page. But when you view in the menu, the styles do not seem to be applied.

Any ideas?

Post count: 23312

Hello ieanea,

Please provide your website so I can inspect it closer and also, please provide some useful screenshots so I can identify the problem.

Thanks for the message!

Post count: 23

http://ieaoffice.org/menu-page/

It appears that an Ordered list is already defined not to have a list-style-type of none. An Unordered list has a list-style-type of disc. Either cannot be changed in the mega menu. Even !important has no effect on the list.

Some odd results. Take a look at the page and then the menu version.

Post count: 22421

Hello,

It seems the mega menu has these lists defined in the code, yes. If yopu want to remove all of the list styles,
simply use this css in the theme panel-> custom css box and all your lists will not show numbers anymore:
ul, li, .td-mega-menu-page .wpb_content_element ul li{
list-style:none!important;
}

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.