Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1112368

    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?

    #1112502

    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

    #1112960

    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?

    #1113117

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.