Thank you

edited February 2015 in Theme support
Yes thank you

Comments

  • Hi,

    as we see everything is fine. When you click "double" this is just select option. You can try it on our demo and you will see that this works exactly the same but on our demo we have different color. In your case you have white color for select because you setup links white. And because background is white as well, looks like they disappear. If you want, you can change this with below css:
     *::-moz-selection {
      background-color: #2991d6;
     }
     *::selection {
      background-color: #2991d6; 
     }
Sign In or Register to comment.