Forum Replies Created
-
AuthorPosts
-
I was about to write you:
hmm, for some reason the colors won’t budge, they stay the same as they were..
I copy the suggested code to the bottom of my Simple Custom CSS and Update, but this does not do the trick.
What i find strange is that when I first tried changing the color of the asterixes it worked straight away but then after a while the custom colors regained supremacy. When it worked I just used
.required {
color: #f5891c !important;
}–> But then it dawned on me that I created the following custom class for the customization of the Submit-button : gb_specific_contactform
and had this class in my CSS as well, like this:
.gb_specific_contactform input[type=”submit”]{
background-color:#f5891c !important;
color: #ffffff !important;
border-color: #f5891c !important;What I now did was changing the sequence of the two ‘snippets’: I put the custom class underneath the code for asterix and input text and suddenly the colors of asterix and input text do respond to the code commands!
So problem solved, thx.
- This reply was modified 9 years, 10 months ago by derustzelve. Reason: clarification purposes
did so, but no luck.
the asterixes stay the same color and so does the text.other ideas?
January 9, 2015 at 10:11 pm in reply to: How to change the transparency logo on home page only #377617thanks, solved it
January 9, 2015 at 10:09 pm in reply to: how to customize the color of the button in the FS slider #377616January 9, 2015 at 5:23 pm in reply to: how to change the color of text and bg in contct form #377456perfect, thanks
thx,
for some reason I could not get it to work properly using CSS but I changed to FW easy slider an that does the trick.
works like a charm thx!
thanks, I found out how it works now
December 22, 2014 at 8:31 pm in reply to: Set the bottom padding or bottom margin of first section under the slider #371753thank you for the excellent support, this did the trick (after I changed top to bottom of course :-))
I now know how to customize the other elements as well, thx- This reply was modified 9 years, 11 months ago by derustzelve.
This reply has been marked as private.December 22, 2014 at 10:49 am in reply to: Set the bottom padding or bottom margin of first section under the slider #371499This reply has been marked as private. -
AuthorPosts