0
Hello, I am trying out your contact form and I'm attempting to change the color of the contact form banner and banner text. I have successfully changed the banner color but I can not for the life of me figure out where the text color is being drawn from. Could you please tell me what part of of which file I need to modify in order to override the text color and text shadow?
This is what I see when I inspect the b2j contact banner
The bolded section, when changed using firebug, changes the colors of the text but it is no where to be found in the b2jcontact.css. I would appreciate knowing what to modify to get the desired changes.
regards,
Michael
This is what I see when I inspect the b2j contact banner
.title, .component-content h2 {
border-bottom: 1px solid #D1D1D1;
box-shadow: 0 1px 0 #FFFFFF;
color: #303030;
text-shadow: 1px 1px 0 #FFFFFF;
}
The bolded section, when changed using firebug, changes the colors of the text but it is no where to be found in the b2jcontact.css. I would appreciate knowing what to modify to get the desired changes.
regards,
Michael
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »