• Hello,

    When viewing this page, the input is not visible until you click below “Name Your Price”. How can I show the border around the input without clicking?

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

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

    (@yithemes)

    Hi @mattpol88
    use this CSS rule

    input#ywcnp_suggest_price_single {
        outline-color: #101010;
        outline-offset: -2px;
        outline-style: auto;
        outline-width: 1px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Can’t see input’ is closed to new replies.