Hyperlink Color

Home Forums IT Consultant Support Hyperlink Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21521
    RobertRobert
    Participant
    • Topics: 5
    • Replies: 3
    • Total: 8
    Member since: February 2, 2016

    Certain hyperlinks on the home page and in the footer are remaining the default red color that came with the theme, even after changing font color settings from Theme Options to blue. Affected areas are:

    1) “Read More” link in featured pages.
    2) List in “Section 1” on homepage is showing with red arrows.
    3) Testimonial attribution on homepage widget in “Section 2” is appearing red.
    4) Footer Menu links hover and visited appear red.

    Please advise. Thank you.

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

    Hi Robert,

    1) Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
    Add this css code in custom css box
    .welcome_text .one_fourth .read{color:#000000!important;}

    2) It is a image (service-arrow.png) you need to change the color of that image.

    3) Add this css code in custom css box for testimonial attribution.
    #testimonials li cite, .about-testimonial li cite {color:#000000 !important;}

    4) Footer Menu
    Add this css in custom css box
    #copyright ul li:hover a, #copyright ul li.current_page_item a{color:#000000 !important;}

    Regards,
    Shri

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