Tagged: x
-
AuthorPosts
-
March 26, 2016 at 9:35 pm #853871
Hello. I added my phone number and email address to the x-topbar, but on the iPhone, the color behind the text changes to black when it should be #202020. Here is a link to a pic so you can see what I mean. How do I make this the same color as the background. On the website it is the same color.
http://scottkeithwilson.com/wp-content/uploads/2016/03/IMG_1532.png
March 26, 2016 at 11:34 pm #853928Hi there,
Thanks for writing in.
Please add this CSS to Admin > Appearance > Customizer > Custom > CSS. Some browser add links to phone numbers and emails.
.x-topbar a { color: #202020 !important; }
Hope this helps.
March 28, 2016 at 7:37 am #855022Hello. Unfortunately it didn’t work. Here is the result of adding that CSS
http://scottkeithwilson.com/wp-content/uploads/2016/03/phone-pic.png
March 28, 2016 at 7:48 am #855032Hi there,
Could you please try adding the following CSS media query instead.
@media (max-width: 768px) { .x-topbar .p-info { background-color: #202020; } }
Hope that helps.
March 28, 2016 at 8:38 am #855079That did the trick. Fantastic! Thank you!
March 28, 2016 at 8:50 am #855091You are most welcome 🙂
-
AuthorPosts