Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Please try to use following styles:

    .aws-container .aws-search-field {
        border-color: #fff !important;
        color: #fff !important;
        size: 15px !important;
        background: transparent !important;
    }
    Thread Starter Grith

    (@captcha7913)

    Hi ILLID

    Thanks for your reply…
    It works fine with the border and background. But there is no changes for the text (Search = S?g kunst). It’s still grey and the same small size.

    https://ny.comicart.dk/shop-kunst

    Plugin Author ILLID

    (@mihail-barinov)

    Please change above mentioned styles with the following ones:

    .aws-container .aws-search-field {
        border-color: #fff !important;
        font-size: 15px !important;
        background: transparent !important;
    }
    .aws-container .aws-search-field::placeholder {
        color: #fff !important;
    }
    Thread Starter Grith

    (@captcha7913)

    That did it. Thanks…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Design Search Bar’ is closed to new replies.