• the site is not live yet so I can send you access to get in if necessary. I would like to create my own template for the look of the search box. Currently I am using simple red but do not see how to change that. Even changes to the css do not seem to be affecting the color of the box. Please advise.
    thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi!

    Changing the CSS itself is not the best idea, as it will be automatically overwritten upon a plugin update. Instead, I suggest using custom CSS rules, like so:

    /* Input & Box bg */
    .asl_m,
    .probox,
    .proinput input.orig {
        background: blue !important;
    }
    
    /* Magnifier background */
    .promagnifier {
        background: blue !important;
    }

    That’s basically it for that theme ??

    Best regards,
    Ernest M.

    Thread Starter newbee_sue

    (@newbee_sue)

    thanks Ernest,
    I will try it out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Setting the colors of the search box’ is closed to new replies.