MyDog theme: color of telephone link for info box on footer

Home Forums All Other Themes MyDog theme: color of telephone link for info box on footer

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #152233
    ana boa-venturaana boa-ventura
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: May 6, 2020

    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
    Ana

    Please help! Urgent!
    Ana

    #152251
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #152264
    ana boa-venturaana boa-ventura
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: May 6, 2020

    Thanks 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…
    Ana

    #152281
    ana boa-venturaana boa-ventura
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: May 6, 2020

    So Chris,

    .. this is a screenshot showing the READ MORE i need to put in bold (on the blog page)
    https://imgur.com/EFC3d43

    Please help! (aso tel o info box needs to be white on mobile – it’s still grey on mobile..)

    #152287
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #152361
    ana boa-venturaana boa-ventura
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: May 6, 2020

    CHris 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

    #152422
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS code:

    @media screen and (max-width:479px) {
    #footer .contact-info .box a {
        color: #fff !important;
    }}

    Regards,
    Chris

    #152460
    ana boa-venturaana boa-ventura
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: May 6, 2020

    THis 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!

    #152477
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    We checked, this is already showing in white color.

    Have a look at:
    https://imgur.com/a/YijhdgT

    Regards,
    Chris

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.