• Is it possible to insert an image on top and inside the orange search box?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator bcworkz

    (@bcworkz)

    Sure! The search box is a custom HTML sidebar widget, correct? Insert appropriate <img> tag HTML where ever you like within the <form> ... </form> elements.

    Thread Starter sacconi

    (@sacconi)

    it’s a short code…

    Thread Starter sacconi

    (@sacconi)

    I made another widget with a picture, is it possible to eliminate the distance between this widget and the search and filter box? https://test.sacconicase.com/

    Moderator bcworkz

    (@bcworkz)

    section#media_image-6 {
        top: 6px;
        margin: 0;
        width: 95%;
        position: relative;
    }

    You can specify border radii for each individual corner so the two widgets could appear as one. For the image, only radius the top corners:
    border-radius: 10px 10px 0 0;
    Do the reverse for the form’s corners.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image in the search box’ is closed to new replies.