inherit
256416
0
Aug 24, 2023 23:39:51 GMT -8
Laarikin
9
September 2018
overclocked
|
Post by Laarikin on May 8, 2020 16:02:53 GMT -8
I've used HTML in the past but not in anything professional, so I'm close to clueless as to how to modify some things. Anyway, there is a line divider between my two columns in the info center, I want it to be transparent, but I don't know where to find this nor how to modify it properly. Where would I find it to make it transparent? I've been looking in the Layout Templates "Home" so chances are I might need to edit CSS or something. My Forum
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,017
January 2018
retread
|
Post by Retread on May 8, 2020 19:50:31 GMT -8
Hi Laarikin You didn't supply a URL to your forum so I won't be able to examine the coding on the page to be certain this will work. But you can add this to the bottom of the Style Sheet for the desired theme(s) and it might get you the desired result. /* Remove border between table cells on Forum and Board Information & Statistics */ .container.stats .content > table > tbody > tr > td:nth-child(2) { border-left-width: 0px; } /* End of Section */
|
|
inherit
76165
0
Jul 1, 2018 21:15:48 GMT -8
Beckea
Relax with a good book!
933
April 2006
purplescraps
|
Post by Beckea on May 8, 2020 20:24:08 GMT -8
Or you could go into the theme and take out the border by:
ADMIN > THEMES > Advanced Styles & CSS > VISUAL EDITOR > Scroll down until you see the section OBJECTS > click on INFO CENTER (see attachment) > Change inner border *(1px to 0px - see second attachment.)
Save changes. (scroll to submit)
Note: As Retread mentioned when requesting help at Support include with your request a link to your forum.
Attachments:
|
|
inherit
256416
0
Aug 24, 2023 23:39:51 GMT -8
Laarikin
9
September 2018
overclocked
|
Post by Laarikin on May 8, 2020 21:17:19 GMT -8
Oh my bad, I'll add it in a sec. But it is just a slightly modified default theme so not too much is changed thankfully. I'll try these out and see if they work.
Edit: The second method worked without issues, but instead of changing the pixel size I just changed the inner border style to "none".
|
|
inherit
76165
0
Jul 1, 2018 21:15:48 GMT -8
Beckea
Relax with a good book!
933
April 2006
purplescraps
|
Post by Beckea on May 8, 2020 23:26:19 GMT -8
Oh my bad, I'll add it in a sec. But it is just a slightly modified default theme so not too much is changed thankfully. I'll try these out and see if they work. Edit: The second method worked without issues, but instead of changing the pixel size I just changed the inner border style to "none". Yes that too.
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,017
January 2018
retread
|
Post by Retread on May 9, 2020 4:25:27 GMT -8
That's always a better idea when possible. Thanks Beckea 🙂
|
|
inherit
76165
0
Jul 1, 2018 21:15:48 GMT -8
Beckea
Relax with a good book!
933
April 2006
purplescraps
|
Post by Beckea on May 9, 2020 9:37:09 GMT -8
That's always a better idea when possible. Thanks Beckea 🙂 I help a lot of people and those that are not comfortable in putting code into the stylesheets I always redirect them to the visual editor but others I will add the code and they can choose. I did not want to walk on your toes but know that some would rather just do the change through the visual editor. But always a good thing to have both options.
|
|