This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Frontend Search Title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22144
    rt79rt79
    Participant

    Hi how do i change the font size and style of the title for the frontend search? I will like to change to a bigger font size and bold them. Please refer to attached.

    #22151
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    I think you will have to use custom CSS for that, as it is inherent from the theme. This should do the trick:

    .asp_sb fieldset legend {
        color: red !important;
        font-weight: bold !important;
        font-size: 18px !important;
    }

    Just change/remove whatever properties you want to change. I hope this helps!

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