ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,690
- Points
- 823
Reputation:
I would like to be able to change only the links within the posts. Is there a way to do this without adding extra.less code?
I was using this solution with extra.less for a dark theme:
Code:
I also tried "Style properties" but it changes all the links on the page.
Can you confirm that it can't be done without using custom code?
Continue reading...
I was using this solution with extra.less for a dark theme:
Code:
Code:
/* This is the Light Blue color of the links in posts */
.message-content a.link--internal {
color: #4EA1D3;
}
I also tried "Style properties" but it changes all the links on the page.
Can you confirm that it can't be done without using custom code?
Continue reading...