Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1161545
    Vitashift
    Participant

    Hi X-Team,

    is it possible to change the color of the text that gets selected via mouse. For example if you want to copy – paste a text you have to do that.

    BR,

    Christoph

    URL: http://vitashift.de/
    WP: 4.6
    X: 4.6.1
    Cornerstone: 1.3.1

    #1161579
    Christian
    Moderator

    Hey there,

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

    ::selection {
      background: lightyellow; 
    }
    ::-moz-selection {
      background: lightyellow;
    }

    Change lightyellow as per your needs. Please see http://cloford.com/resources/colours/500col.htm or http://www.color-hex.com/ for more CSS colors.

    Hope that helps. 🙂

    #1161750
    Vitashift
    Participant

    It works!

    Thanks for the fast support!

    #1161775
    Thai
    Moderator

    You’re most welcome 🙂

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