inherit
270057
0
Oct 21, 2024 11:18:20 GMT -8
ghost2
La ragazza dalla voce d'oro
41
October 2024
ghost2
|
Post by ghost2 on Nov 9, 2024 18:52:42 GMT -8
How do I change the color of the Proboards Links at the bottom of the page?
|
|
inherit
270057
0
Oct 21, 2024 11:18:20 GMT -8
ghost2
La ragazza dalla voce d'oro
41
October 2024
ghost2
|
Post by ghost2 on Nov 11, 2024 8:06:54 GMT -8
Bump.
|
|
inherit
268586
0
Nov 11, 2024 9:34:03 GMT -8
itsdreamy
3
October 2023
itsdreamy
|
Post by itsdreamy on Nov 11, 2024 8:49:03 GMT -8
hello, i'm assuming you are referring to these links: if so, go to admin → themes → advanced styles & css some options will appear such as background, width, text styles, etc. you will want to click on " text styles". more options will drop down/appear, and next you will click on " default forum text", which will again drop down/make more options appear. next you click on " links". this is where you will be able to change the colour. in the screenshot below, i have changed them to red (ff0808). hope this helps! ♡ dreamy
|
|
inherit
270057
0
Oct 21, 2024 11:18:20 GMT -8
ghost2
La ragazza dalla voce d'oro
41
October 2024
ghost2
|
Post by ghost2 on Nov 11, 2024 10:08:30 GMT -8
hello, i'm assuming you are referring to these links: if so, go to admin → themes → advanced styles & css some options will appear such as background, width, text styles, etc. you will want to click on " text styles". more options will drop down/appear, and next you will click on " default forum text", which will again drop down/make more options appear. next you click on " links". this is where you will be able to change the colour. in the screenshot below, i have changed them to red (ff0808). hope this helps! ♡ dreamy Yes, those are the links that I want to change. I tried doing what you said and it still doesn't change the color of the links for me.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Nov 12, 2024 1:57:52 GMT -8
Yes, those are the links that I want to change. I tried doing what you said and it still doesn't change the color of the links for me. If this is in regards to the forum in your signature* then you will want to disable that last rule at the bottom of your theme's advanced CSS that is designed to override any other CSS rule affecting the color of those links .c-footer a { /* color: #00008B!important; */} /* amputate foot */
|
|
inherit
270057
0
Oct 21, 2024 11:18:20 GMT -8
ghost2
La ragazza dalla voce d'oro
41
October 2024
ghost2
|
Post by ghost2 on Nov 12, 2024 12:13:32 GMT -8
Yes, those are the links that I want to change. I tried doing what you said and it still doesn't change the color of the links for me. If this is in regards to the forum in your signature* then you will want to disable that last rule at the bottom of your theme's advanced CSS that is designed to override any other CSS rule affecting the color of those links .c-footer a { /* color: #00008B!important; */} /* amputate foot */
I have no idea what you want me to do, you are not clear about it at all. I'm guessing you want me to copy the code that you given and paste it at line 895 because if that is the case it still doesn't work.
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Nov 12, 2024 13:26:35 GMT -8
If this is in regards to the forum in your signature* then you will want to disable that last rule at the bottom of your theme's advanced CSS that is designed to override any other CSS rule affecting the color of those links .c-footer a { /* color: #00008B!important; */} /* amputate foot */
I have no idea what you want me to do, you are not clear about it at all. I'm guessing you want me to copy the code that you given and paste it at line 895 because if that is the case it still doesn't work. That's the line that's not allowing you to change the color. What Chris is saying that that you need to disable (or remove) that line for your changes to take effect.
|
|
inherit
270057
0
Oct 21, 2024 11:18:20 GMT -8
ghost2
La ragazza dalla voce d'oro
41
October 2024
ghost2
|
Post by ghost2 on Nov 12, 2024 13:40:41 GMT -8
I have no idea what you want me to do, you are not clear about it at all. I'm guessing you want me to copy the code that you given and paste it at line 895 because if that is the case it still doesn't work. That's the line that's not allowing you to change the color. What Chris is saying that that you need to disable (or remove) that line for your changes to take effect. Here's the thing, I don't have line, 895 is completely empty so obviously the problem is something else.
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Nov 12, 2024 15:00:54 GMT -8
That's the line that's not allowing you to change the color. What Chris is saying that that you need to disable (or remove) that line for your changes to take effect. Here's the thing, I don't have line, 895 is completely empty so obviously the problem is something else. Just curious - are you looking at the correct theme (if you have more than 1 theme installed)? It would be the same theme that guests see (default theme).
|
|
inherit
270057
0
Oct 21, 2024 11:18:20 GMT -8
ghost2
La ragazza dalla voce d'oro
41
October 2024
ghost2
|
Post by ghost2 on Nov 12, 2024 15:23:28 GMT -8
Here's the thing, I don't have line, 895 is completely empty so obviously the problem is something else. Just curious - are you looking at the correct theme (if you have more than 1 theme installed)? It would be the same theme that guests see (default theme). Yes, I am.
|
|
inherit
270057
0
Oct 21, 2024 11:18:20 GMT -8
ghost2
La ragazza dalla voce d'oro
41
October 2024
ghost2
|
Post by ghost2 on Nov 12, 2024 18:41:21 GMT -8
I figured it out on my own. It was not on line 895 like Chris showed. it was line 1607 and I didn't have to "disable" it like he said. I just changed the number color of it. I'm very disappointed with the help from Chris he gave me misleading information and needs to be better than that. This will hurt my trust in him. From now on, I won't trust the help he gives.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Nov 13, 2024 23:02:26 GMT -8
|
|