Home Forums Free Themes Musicsong Remove Search Form in Slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #110057
    mtwhite
    Participant

    Love the template but have a question. How can I remove the Search field and label in the slider?

    Thanks!

    #110130
    wensolutions
    Keymaster

    Hello,

    Actually, the feature you have requested is not available in theme. However, you can remove the search field and label in slider by adding custom CSS. Can you please provide us with your site URL so that we can provide you custom CSS?

    Regards.

    #110180
    mtwhite
    Participant

    michaelandmichaelmusic.com

    thanks

    #110193
    wensolutions
    Keymaster

    Hello,

    Please add following given CSS in Additional CSS section to remove search field and label in slider section by going to Admin Panel > Appearance > Customize > Additional CSS

    .entry-container .search-form{
     display: none;
    }
    .entry-container .entry-title{
      display: none;
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

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