Home › Forums › All Other Themes › MyDog theme: color of telephone link for info box on footer
- This topic has 8 replies, 2 voices, and was last updated 4 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
May 19, 2020 at 12:54 am #152233
hi
Site is Pebbies.com
I just need telephone on info box on footer to be white and white on hover ( Instead of grey)
Also ‘read more’ links in BLOG have to be in bold .
Thanks
AnaPlease help! Urgent!
AnaMay 19, 2020 at 5:33 am #152251Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.post-style4-content a.post-style4-readmore { font-weight:900 !important;}
Q. I just need telephone on info box on footer to be white and white on hover??
Ans: Telephone number is already showing in white color.
Regards,
ChrisMay 19, 2020 at 5:43 am #152264Thanks Chris:
That works for the ‘read more’ on home page (blog section ( thanks) but I was actually talking about the read more under the Blog page)https://pebbies.com/blog-2/
Also- the telephone is white on desktop computer yes but grey on mobile (so unreadable)
Please help…
AnaMay 19, 2020 at 6:27 am #152281So Chris,
.. this is a screenshot showing the READ MORE i need to put in bold (on the blog page)
https://imgur.com/EFC3d43Please help! (aso tel o info box needs to be white on mobile – it’s still grey on mobile..)
May 19, 2020 at 6:32 am #152287Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { #footer .footercols3 { color:#fff !important;} } .blog_mo a { font-weight: 900; }
Regards,
ChrisMay 19, 2020 at 6:33 pm #152361CHris thanks but the tel link is still grey on mobile. It needs to be white with hover also white, as it is on a desktop computer.
https://imgur.com/xOwYsbc
May 20, 2020 at 9:22 am #152422Hi,
Kindly use this CSS code:
@media screen and (max-width:479px) { #footer .contact-info .box a { color: #fff !important; }}
Regards,
ChrisMay 20, 2020 at 8:55 pm #152460THis is still not working. I added the CSS code.
Telephone on info box is still grey on mobile. 🙁
It needs to be white and white on hover…
Please help!
May 21, 2020 at 5:10 am #152477Hi,
We checked, this is already showing in white color.
Have a look at:
https://imgur.com/a/YijhdgTRegards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.