Jump to content
Sign in to follow this  
thanp73

CSS problem on button style

Recommended Posts

thanp73

Hi all, I have a strange problem with platformpro theme. I used custom css field to customize most things on my website and everything was working fine until now. I made a new form, inserted css in the custom css field to style it, but apparently only style for my submit button doesn't work, it gets overridden with code from "style.css", i checked my dynamic.css file, and all code is there but somehow it gets overridden. dynamic.css: 2113ue0.png style.css: akuxc5.png

Share this post


Link to post
Share on other sites
kastelic
Try putting !important after any rule that is being overridden, and it will in turn override any rule that comes before or after it. For example: [code] .ft_button { margin-top:10px !important; } [/code]

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×