Hello how do i change collors of the text, when i move the mouse over the text the collor is getting red, how do i change it 🙂 ?
mindaugasma Hi Add this code in custom css
.article-content a:hover {color:#000;}
Change color code as per needs.
And in the main sites page how to chaneg collor 🙂 ?
When i getting over the news name in mane page , how to get rid of red collor 🙂?
mindaugasma Hi The default color of all links is red in the template you can override it with this code and it apply on all over the site
a:hover, a:focus { color: #E64164;}
And only these one left in red collor when moving mouse over the text 🙂
mindaugasma Hi Override this code
.module-wrap > .homepage-news .nspArt .readon:hover, .module-wrap > .homepage-news .readon-button:hover { color: rgb(230, 65, 100); }
Thanks for help, and the only one filan problems, the arrow collors needs to be changed to 🙂 Ninja
mindaugasma Hi Use this code
.module-wrap > .homepage-news .nspArt .readon:hover::after, .module-wrap > .homepage-news .readon-button:hover:after { color: rgb(230, 65, 100); }
Thanks a lot Ninja 🙂 You can close the ticket 🙂