Home › Forums › Construction Pro/Build Forum › Maintenance Services Pro – change anchor text color in header
- This topic has 6 replies, 2 voices, and was last updated 4 years, 5 months ago by
Forum Moderator.
-
AuthorPosts
-
April 15, 2019 at 9:56 pm #121640
How can I set a different color for anchor text in header and footer? Currently set as #ffffff via
Basic > Default Anchor Color
I have tried using following in additional CSS to change color just in the header sections but it updates the footer text too:
.header-right .phntp, .header-right .emltp a:link, a:visited {
color: #3c3486;
}.header-right .sintp, a:link, a:visited {
color: #3c3486;
}April 17, 2019 at 5:47 am #121720Hi,
Show us your website URL please?
Regards,
ChrisApril 20, 2019 at 7:58 pm #121987https://test.peterhibbert.co.uk/wp/
Thanks
April 20, 2019 at 8:50 pm #121991I forgot to say that the formatting of the anchor text also seems to apply to the contact details that get added through Post & Page > Contact Page Settings.
How can I also change the font colour on the contact page? This nees to be #415161
Thankyou
April 22, 2019 at 6:17 am #122031Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header-right a { color: #3c3486 !important;} .contact-layout1-right a { color: #415161 !important;}
Regards,
ChrisApril 23, 2019 at 7:19 pm #122143Thank you!
April 24, 2019 at 5:44 am #122157Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/22/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.