By Jean-Marie on Sunday, 14 March 2021
Posted in General Issues
Likes 0
Views 530
Votes 0
Hello

How to change this color which does not suit me at all, where can I intervene?
Thank you
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

If you only want to change this discussion title link to other color, you can apply the following CSS :


body #ed .o-title .si-link {
color: red;
}


Or if you want to change all the hyperlink color on the discussion page, you have to apply the following CSS :


body #ed .si-link {
color: var(--si-primary) !important;
}

.si-theme--light{
--si-primary: #009004;
--si-primary-100: #e6f4e6;
--si-primary-200: #99d39b;
--si-primary-300: #66bc68;
--si-primary-400: #33a636;
--si-primary--bg: #009004;
--si-primary--border: #009004;
--si-primary--hover-bg: #1a9b1d;
--si-primary--hover-border: #1a9b1d;
}


Then modify the color code by yourself.

Hope this will help.
·
Sunday, 14 March 2021 10:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for your answer, I have modified to put brown colors, but it remains green, how is it?
Good Sunday


body {
font-family: kurale;
}

body #ed {
font-family: kurale;
}

body #ed .o-title .si-link {
color: red;
}

body #ed .si-link {
color: var(--si-primary) !important;
}

.si-theme--light{
--si-primary: #5C3B1D;
--si-primary-100:#824A18;
--si-primary-200: #824A18;
--si-primary-300: #66bc68;
--si-primary-400: #5C3C1F;
--si-primary--bg: #5C3B1D;
--si-primary--border: #5C3B1D;
--si-primary--hover-bg: #5C3C1F;
--si-primary--hover-border: #5C3C1F;
}
·
Sunday, 14 March 2021 18:04
·
0 Likes
·
0 Votes
·
0 Comments
·
It's good I emptied the cache and the colors have changed
Tkan you
·
Sunday, 14 March 2021 18:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Where to change the color of this button
·
Sunday, 14 March 2021 18:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Where to change the color of this button

Do you mean you would like to show different color for this write icon?

If yes, you can try the following CSS :


body #ed .ed-toolbar__link.has-composer {
border-color: #e10e0e;
background-color: #ffff29;
color: #e10e0e;
}


Ensure that you have purged your site backend and browser cache before you test.
·
Monday, 15 March 2021 10:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, excellent
·
Tuesday, 16 March 2021 02:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Tuesday, 16 March 2021 09:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post