Hi, I’m wondering what the best/easiest way of adding custom css to make my custom HTML code match the rest of my theme? What would that code look like?
Hey samforan,
Is that the search form on the front page under SEARCH LIBRARY CATALOGUE? If so then what exactly are you looking to change?
Best regards,
Rikard
Yes that is the form. I’m wondering how I could style that submit button to match the rest of the buttons, such as the 3 below it, that are made through Enfold?
Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
#searchform input[type=submit] {
font-size: 13px;
padding: 15px 25px;
border-radius: 2px;
}
#searchform input[type=submit]:hover {
background-color: #055c84;
opacity: 0.9;
}
Best regards,
Rikard