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

    (@joe_bopper)

    Hi Mark,

    To make the text bold, you need to add some custom css. Something like this would work:

    .bop-nav-search .screen-reader-text {
        font-weight: normal;
    }

    and for the border:

    .bop-nav-search input[type="text"], .bop-nav-search input[type="search"] {
        border-color: #000;
    }

    In order to see the many ways you can add custom css, see here. To add to that, some third-party themes offer their own place in the admin area to insert custom css.

    Alternatively, to have it as a placeholder in the search bar, you will need your theme to support html5, see this support post on how to do that.

    Hope this helps.

    Cheers,
    Joe

    P.S. Themeing issues are outside the remit of this plugin, so I’m marking this as resolved. However, if you’re still having trouble after going through the above, please get in touch.

Viewing 1 replies (of 1 total)
  • The topic ‘Text formatting’ is closed to new replies.