Home Forums WoodMart support forum Search box style

Search box style

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #297000

    Zellsaint
    Participant

    Hi!

    Would it be possible to change the design of the search bar by adding rounded corners?

    Thanks.

    #297035

    Hello,

    Please share the site URL and screenshot of your issue, so I will check and give you the custom CSS code for thi.

    Best Regards.

    #297180

    Zellsaint
    Participant

    There You have the screenshot but website is in manintenance mode.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #297257

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .searchform input[type="text"] {
        border: 1px solid #777;
        border-radius: 20px;
        padding-left: 15px;
    }

    Best Regards.

    #297917

    Zellsaint
    Participant

    Thanks, It works perfectly.

    Can a background be added to the inside of the search engine as if it were a veil?

    Thanks.

    #298018

    Hello,

    You are Most Welcome.

    To change the background Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .searchform input[type="text"] {
        background: red;
    }

    Regards.
    Xtemos Studios.

    #298528

    Zellsaint
    Participant

    Hello,

    Thanks for the information. Is it posible to ad personalized colours instead of the normal one like red or grey?

    Thanks!

    #298570

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .searchform.wd-with-cat input[type="text"] {
        background-image: linear-gradient(red, grey);
    }

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)