CSS FONT Home › Forums › Agama Pro › CSS FONT Topic Resolution: Resolved This topic has 4 replies, 2 voices, and was last updated 4 years, 10 months ago by Resiliencengine. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts August 13, 2018 at 2:57 pm #10113 ResiliencengineParticipant Hi there, How can I set a colour for all the links by using CSS? August 13, 2018 at 3:08 pm #10114 ZexModerator Hello,Resiliencengine! You can change the color of the links without the CSS code. This option is located in : Customizing ▸ General ▸ Skins menu. https://prnt.sc/ki1oig Let me know if for some reason this option didn’t work for you. also, in that case, give me a link to the page where you have links that you want to change. Regards August 13, 2018 at 3:59 pm #10118 ResiliencengineParticipant Mmm, yep, it was set but doesn’t seem to work. I am setting every colour link manually and it doesn’t work. i.e. the first READ MORE http://retest.altervista.org/news/ August 13, 2018 at 4:13 pm #10120 ZexModerator Hi, Next code should work for you: .entry-content a{ color:#cd1e7e; } to change the hover color, you can use the following code: .entry-content a:hover{ color:#B1DDE7; } change the color codes per your wish. Regards August 13, 2018 at 5:01 pm #10122 ResiliencengineParticipant Great, thanks! Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In