custom CSS does not work

Ivory Search Forums Support custom CSS does not work

Tagged: 

Viewing 1 reply thread

You must be logged in to create new topic or reply to the topic.

  • Author
    Posts
    • #2535
      shateri
      Participant
      • Topics: 1
      • Replies: 0

      I’m trying to use the following custom CSS code in the custom CSS section and it doesn’t work but when I place the same code inside the ivory-search.css it works. can you help?

      .is-form-style input.is-search-input {
          margin-bottom: 0;
          border-radius: 5px;
          font-family: IRANSans;
          font-size: 14px;}
    • #2540
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      I hope you are well today and thank you for your question.

      It seems not working due to the specificity issue.

      Please try changing it as below.

      html body .is-form-style input.is-search-input {
          margin-bottom: 0;
          border-radius: 5px;
          font-family: IRANSans;
          font-size: 14px;}

      If it still doesn’t work for you then could you please share me your site URL where you are using it so that I can help you?

      Best regards,
      Ivory Search Support

Viewing 1 reply thread

You must be logged in to create new topic or reply to the topic.