Additional css code not applying

I am trying to mess with some of my menus and none of the code is applying. Some works with !important but isnt the additional code supposed to be an override? That seems to be the point of it…

Hi Tayler,

Thanks for writing in! Without checking actual page and the CSS rule that you have used, it’s hard to guess what’s the exact issue is.

However if your custom CSS have errors, it may also cause issues such as your CSS will not parse correctly. So I would suggest you to copy all of your custom CSS rules into an online tool like CSS Lint (http://csslint.net/) and check for CSS errors. If you have any CSS errors, you need to correct them first.

If the issue is not related to incorrect usage of CSS, provide us with your example page URL along with the CSS rules that you have used, so that we can assist you accordingly.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.