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

    (@joe_bopper)

    Hi G. Manucharyan,

    I’m afraid this is a styling issue and so outside the remit of this plugin. It is a theme’s responsibility to handle design and display.

    However, if you are using a third party theme, they probably won’t support the majority of plugins and nor will they have intention of doing so. Therefore, it’s probably best for you to add a bit of custom css. There are a couple of ways to do this: create a child theme of your third party theme, or add a plugin that allows you to add custom css.

    The advantage to a child theme is that you can continue to customise your site’s design as you desire in more ways than just css. The trouble is it takes a bit more work – if you want to do this, follow the WP guides on how to do it.

    The advantage of a custom css plugin is that it is quick and easy and can be done it the admin area. Here are a couple of examples of plugins that do the job:

    https://wordpress.org/plugins/simple-custom-css/

    https://wordpress.org/plugins/wp-add-custom-css/

    Hope this helps.

    Cheers,
    Joe

    Thread Starter G. Manucharyan

    (@g-manucharyan)

    Thanks Joe. I will do do it.

    Best regards,
    Gor

    Thank you for this plugin. However, I cannot get the cursor to show up in the box. Can you help? I also would like to make Search SEARCH (capitals to match theme)

    http://www.lansbrook-real-estate.com

    Plugin Author joe_bopper

    (@joe_bopper)

    Hi lipply,

    Both your issues are theming ones, so outside the support remit of this plugin (but perhaps within the remit of your theme developer’s support).

    That said, looking at your site, it seems the fixes you’re after are quite simple css changes. You need to add the following styling rules:

    #menu-main-navigation li{
      text-transform: uppercase;
    }
    
    #menu-main-navigation .bop-nav-search [name="s"]{
      color: black;
    }

    You can add them to the bottom of your theme’s style.css file (or some other appropriate place).

    Hope this helps

    Cheers,
    Joe

    P.S. In future, unless the comment is directly related, please don’t post on other people’s support threads; it spams them with email messages that are irrelevant to their concern. If you have your own bug/request for this plugin, please open a new support ticket through the form at the bottom of the support posts list page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search box and submit button is not in the same line’ is closed to new replies.