This topic has 4 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler
hi, i use static block for footer.
i have created a sub form with mailchimp.
i want t ùo have solid border only on bottom, but i don’t know how to put it with the css…
i have 3 boxes (NAME, SURNAME, EMAIL.) All the 3 boxes must have solid border only on the bottom… can you help me please?
Hello,
Do you mean this – http://prntscr.com/omun9l ?
Please add the next code in Theme Options > Custom CSS > Global Custom CSS:
footer input {
border-top: none !important;
border-bottom: 2px solid black !important;
border-right: none !important;
border-left: none !important;
}
Regards
yeah it’s work! but i have a problem for the form container… i have open another topic!
Thanks for letting us know.
Regards
You must be logged in to reply to this topic.Log in/Sign up