Home Forums WoodMart support forum How can I make ajax search box round corner like the demo Electronic store?

How can I make ajax search box round corner like the demo Electronic store?

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

    chanwit
    Participant

    How can I make ajax search box round corner like the demo Electronic store?

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

    Hello,

    Please add this CSS to Theme Settings > Custom CSS

    .color-light .widgetarea-head .searchform input[type=text]{
    border-radius:30px;
    }

    If the code does not work please provide your admin access.

    Best Regards

    #52843

    chanwit
    Participant

    Sorry , already added but it’s not working . please see attached image.

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

    Hello,

    Please provide your site admin access.

    Best Regards

    #52883

    chanwit
    Participant
    #52887

    Hello,

    Please replace the previous CSS with this one:

    .header-color-light .widgetarea-head .searchform input[type=text]{
    border-radius:30px;
    }

    Best Regards

    #53093

    chanwit
    Participant

    Nice! Thank you!

    #53099

    You are always welcome! If you have any questions feel free to contact us.

    Best Regards

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

The topic ‘How can I make ajax search box round corner like the demo Electronic store?’ is closed to new replies.