I am currently using the Venture theme. Home Page, at the bottom, we have our phone number, address and hours of operation. Everything shows up fine on desktop view. In mobile view, everything is visible EXCEPT the phone and fax numbers (which are links in mobile view). I have tried changing the font color to grey (thinking maybe they were white) but no luck. I am thinking the problem is with the ‘link’ but don’t know how to fix it. Any info is appreciated.
@FESLERUSA Hello can you share the URL?
1 Like
Sorry. www.feslerusa.com
@FESLERUSA do you mean this ?
Yes! on mobile phones it is invisible. It will let you click on it and then it turns light grey but when looking, you see nothing but P. and F. both numbers are invisible.
Its from chrome mobile emulator what the device name and can you send screenshot?
Its a IOS bug try this css in theme.scss.css
.map-section .map-section__overlay p {
color: inherit;
text-decoration: none;
}

