• Resolved ocarela

    (@ocarela)


    Hi all, im using woocommerce with easy store theme installed,
    trying to remove ‘search’ word from ajax serach widget to be displayed in site but without moving the place where the search bar is(pic 1), whenever i remove the word ‘search’ the bard moves next up to navigation bar which doesnt look good(pic 2).

    Wanted solutions:
    I can either set “search’ word color to white as background is white it will not be seen, or the best solution remove the search word using ‘!’ at begigging of its name and then realigning search bar back to its original place as seen in picture 1

    please see attached pics
    1-https:// i63.tinypic.com/f0ucqu.jpg (without space)

    2-https:// i68.tinypic.com/30ate9j.jpg (without space)

    any help?
    thanks

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    I’ve just had a look at your site at https://www.unlockingsnow.com/wp/ but couldn’t find any section containing the word “Search”. To illustrate that better, here’s what I’m seeing:


    Link to image: https://cld.wthms.co/7Dvgey

    Thread Starter ocarela

    (@ocarela)

    You are right, you are seeing my site as my pic 2 shows, i removed the Search word already adding a “!” add the begggining of widget name but the search bar moves up just below navigation bar, so basicly i need “search” word removed(as it is now) but need to keep search bar where it was in pic 1, let me know if i was clear now

    Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello @ocarela,
    You can add this CSS code in Appearance > Customize > Additional CSS:

    .dgwt-wcas-search-wrapp.dgwt-wcas-no-submit {
        margin-top: 30px;
    }

    You can adjust the value 30px to what you need.

    Thread Starter ocarela

    (@ocarela)

    Thank you so much @nicolamustone that worked great, but now the hover colors of buttons doesnt fit button area properly, please see pictures

    https://i66.tinypic.com/wvzofs.jpg
    https://i63.tinypic.com/2psr8m1.jpg

    Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    the hover colors of buttons doesnt fit button area properly

    I think this is better discussed with the theme author. The issue is that some products have 3 buttons instead of 2, and the sizes of them mess up a bit together.

    Please, contact the theme author, they will know how to fix it for you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘ajax search widget aligment’ is closed to new replies.