Viewing 1 replies (of 1 total)
  • Plugin Author DesignsAndCode

    (@designsandcode)

    I’m not sure what you are trying to do?

    To modify the look/style you need to add CSS to your theme like:

    .searchandfilter
    {
        border:1px solid #f00;
    }

    If thats not working try to add !important declarations to your rules

    .searchandfilter
    {
        border:1px solid #f00 !important;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Can't justify or specify the plugin location’ is closed to new replies.