Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Overriding CSS styles hardcoded in to the software. Re: Overriding CSS styles hardcoded in to the software.

#103044
alexh58
Participant

Why don’t you try it in code inspection my friend! I didn’t say you will know jQuery if you know CSS, I said you will know how to select elements in jQuery if you know CSS… End of story :)

And no, if you put your jQuery in a $(document).ready(); you will be fine… it will override the inline styles.

I’m not here to hold hands, I’m here to point you in the right direction.