Home Forums Basel support forum Mobile navigation Reply To: Mobile navigation

#54773

Hello,

Please use this code for placeholder

input[type=text]::-webkit-input-placeholder {color:#B19D73;}
input[type=text]::-moz-placeholder          {color:#B19D73;}/* Firefox 19+ */
input[type=text]:-moz-placeholder           {color:#B19D73;}/* Firefox 18- */
input[type=text]:-ms-input-placeholder      {color:#B19D73;}

This is for icon to be pink

.mobile-nav ul li .up-icon{
background:#FDE6DE;
}

You can remove those CSS if you do not need it.

You can replace all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

Best Regards