Page 1 of 1

Changing the CSS of menu items

PostPosted: 26 Sep 2019 14:21
by XenoG
Hi, Can you help me style the items in my JQComboboxEx. All of the items are links (href="#nogo") and are being styled by the following CSS

a:-webkit-any-link {
color: -webkit-link;
cursor: pointer;
text-decoration: underline;
}

How can I either override the CSS to style the items myself or remove the href from each item, so that the styling is not that of a link?

Thanks,
Richard

Re: Changing the CSS of menu items

PostPosted: 27 Sep 2019 16:12
by Alexander Bulei