Former Member
inherit
guest@proboards.com
222576
0
Nov 28, 2024 13:21:52 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 11, 2017 6:32:33 GMT -8
Forum URL: (private) How do i change the links style in posts support.proboards.com < these links pls it's been so long i can't find it the visual editor. thank you.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 28, 2024 13:21:52 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 11, 2017 14:46:05 GMT -8
div.message a{font-size:22px;font-family: "Trebuchet MS";} i'v managed to do this, but i can't add color to it for some reason.
anyone know why ?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jun 11, 2017 17:41:38 GMT -8
div.message a{font-size:22px;font-family: "Trebuchet MS";} i'v managed to do this, but i can't add color to it for some reason. anyone know why ? Oreo, Typically in the visual editor, that is changed under Lists (Boards, Threads, Posts> Rows and then Links. I know there are some that are hard to over-ride via the style sheet even putting !important; after them but not sure if this is one of them. Might go see if I can figure it out but meanwhile, give my suggestion a shot. If you prefer the css route, it would be: .posts .post .message a{color:#ff0000!important;}
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 28, 2024 13:21:52 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 11, 2017 23:15:42 GMT -8
div.message a{font-size:22px;font-family: "Trebuchet MS";} i'v managed to do this, but i can't add color to it for some reason. anyone know why ? Oreo, Typically in the visual editor, that is changed under Lists (Boards, Threads, Posts> Rows and then Links. I know there are some that are hard to over-ride via the style sheet even putting !important; after them but not sure if this is one of them. Might go see if I can figure it out but meanwhile, give my suggestion a shot. If you prefer the css route, it would be: .posts .post .message a{color:#ff0000!important;} thank you
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jun 11, 2017 23:25:16 GMT -8
Happy to help.
|
|