Custom CSS
-
Hello,
I am using a pre-defined template. When I enter custom CSS, they appear correctly in the “preview” screen, but not the live site.IE.
.cp_cff_minimalist #fbuilder label .r {color:#91c84c !important;} << appears in preview and live.cp_cff_minimalist #fbuilder label {font-size:40px !important;} << appears in preview but not live
.cp_cff_minimalist input[type=number]::-webkit-inner-spin-button,
.cp_cff_minimalist input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
} << appears in live.cp_cff_minimalist #fbuilder .fform {
background: {#000000 !important;
color:#ffffff !important;} << doesn’t show in either.cp_cff_minimalist #fbuilder .fform h2 {font-size:32px !important; font-family:”ff-tisa-sans-web-pro”, sans-serif !important;}
.cp_cff_minimalist #fbuilder .fform span {font-size:11px;} << doesn’t show in eitherMy main areas of concern are the template’s header, and the small field label font. Also, the bottom percentage field overlaps the field label (it’s the only one)
Any suggestions would be greatly appreciated!
The page I need help with: [log in to see the link]
- The topic ‘Custom CSS’ is closed to new replies.