Phone numbers showing same color as header
I had a WordPress site created by a local guy that I'm not able to to get in contact with. Currently, it appears to be working properly in all browsers except Safari on iPad.. The phone number in the header is disguised as the same color as the header color making it seem like its not there. Any tips on my how to modify this?
site is - asapdentist.com
Any help would be greatly appreciated!
Solutions
I dont have an iPAd to hand to test this but I know that Safari likes to change phonenumbers into links which would override the current CSS which makes the text white.
You will need to change the CSS to ensure links remain white.
Try adding this CSS to your theme's style.css:
#main-site-caption #number {
color: #fff;
}
If you cant contact the developer you may be able to add this yourself.
You will need access to the WordPress dashboard, in the menu on the left click 'Appearance' then 'Editor' from here open the style.css file (will be listed on the right along with other
theme files
) and just add this to the bottom of the file.
Similar questions
Same domain but different websites showing on PC and mobile phone
Here is the thing. I had an old website uploaded to a registrar(let's say registrar A), and I recently built a new website uploaded to Namecheap(a new registrar) using the same domain of the old website. A strange thing happened when I wanted to redirect the domain to my old website by changing the DNS in registrar A(changing the DNS from the one t...
Changing color of phone number widget (Wordpress)
Good afternoon all! In my footer I have listed a phone number (0186 555 0550) this is currently showing as Orange, how can I change it to White? Please see: The phone number is in an infobox dragged into my footer via a widget. I'm using Wordpress theme - DesignFolio
bootstrap: horizontal centering and background color for image link on phone
I saw a few solutions for horizontal centering elements in bootstrap (col-md-offset-3 and center-block) but none of them appear to work. My code is: css: I'm trying to center the pagination images. Also, the pagination arrows are an image with a filled background. On the computer view it works fine, but on phones there's a gap I can't close with cs...
How to color the numbers
I'm developing a website and in some pages of this website there are some services coupled with their related prices (I'm using WordPress as CMS). I would to color in a different manner all the prices and I would to know if exists some automatic way to do this, for example using Javascript or simply using a specific CSS rule. The alternative could ...
Also ask