• Hi there ! First of all thanks for the plugin and free support. I’d like to kindly ask you is that possible to customize the search form? In terms of, changing background color or outline or such changes. Where I can edit its css ? Something very simple for example:
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    height: 44px;
    outline: none;
    transition: box-shadow 200ms cubic-bezier(0.4,0.0,0.2,1);

    It would be fantastic if can help me to re-style it.

    Thanks in advance

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author joe_bopper

    (@joe_bopper)

    Hi agamirzadeh,

    I’ve tried to avoid any styles and scripts as much as possible in this plugin to keep it lightweight (in both the front and back).

    Thankfully, WordPress core provides the functionality to add custom css without the need to edit your theme. You can do this in Appearance > Customize > Additional CSS in the admin area.

    Hope this helps.

    Cheers,
    Joe

    Thread Starter agamirzadeh

    (@agamirzadeh)

    Hi there,

    thanks for your answer. I understand the point of basic style.

    Re: Unfortunately that doesn’t work. Because The style I’d like to add is not accepted in Additional CSS menu. So, could you please let me know the the style.css file of this plugin or something like this ?

    Cheers !

    Plugin Author joe_bopper

    (@joe_bopper)

    Hi,

    I’m afraid this plugin doesn’t have a css file (and even if it did, it is not recommended to alter plugin files as they get overwritten on updates).

    I don’t think the Additional CSS section has any kind of restrictions over style rules. I think it’s much more likely that you’re experiencing one of the following: your selectors aren’t specific enough, !important is being used in another stylesheet, or you have a syntax error.

    Sorry for taking a while to respond.

    Cheers,
    Joe

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customize Search form design’ is closed to new replies.