Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #987609
    5wan
    Participant

    Hi, when selecting the search field on my home page.
    The field transitions / sinks into the page.

    How is this being controlled? Can you provide CSS?

    I’d like to apply it to my subscribe field a little further down the page.

    Thanks

    URL:
    http://www.duncanswan.me/home/

    #987610
    5wan
    Participant
    This reply has been marked as private.
    #987866
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS.

    #subscribe-email input:focus {
        border-color: rgba(0,0,0,0.85);
        outline: 0;
        outline: thin dotted ;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.375),0 0 8px rgba(0,0,0,0.35);
    }

    Hope that helps. 🙂

    #989286
    5wan
    Participant

    perfect, thanks

    #989287
    Rue Nel
    Moderator

    You are most welcome!

  • <script> jQuery(function($){ $("#no-reply-987609 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>