The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Legends Design: Removing "[" and More

3 posters

Go down

Solved Legends Design: Removing "[" and More

Post by SirLaplace October 13th 2022, 5:44 pm

Hello again,
My forum version is ModernBB.

I searched the already solved topics here but I couldn't exactly found what I'm looking for. I saw someone recommending editing the template for removing "[" from legends but it's not available in ModernBB I'm afraid. Playing with font-sizes was suggested as well but I'm not able to make it work as much as I've tried.

Here how it looks like currently;
https://i.servimg.com/u/f86/20/25/74/55/ekran_10.png

I'd like to remove "[" and "]" from each side and if possible, add a border to each group with it's own group color, not a fixed color for all of them.

The way I added the current border was simply like this;

Code:
.block-footer b{border-style: solid; border-width: 1px; padding:2px;}

I'm somewhat familiar with CSS and HTML but I don't have much clue about js sadly.

Thanks in advance.


Last edited by zachwinch on October 13th 2022, 8:49 pm; edited 1 time in total
SirLaplace
SirLaplace
Forumember

Male Posts : 50
Reputation : 4
Language : Turkish, English

http://innoctem.forum.st/

Back to top Go down

Solved Re: Legends Design: Removing "[" and More

Post by كونان2000 October 13th 2022, 8:38 pm

hi

code css
Code:
.block-footer b {
    display: inline-block;
    margin-right: 4px;
}
.block-footer a {
    font-size: 15px;
}
.block-footer strong {
    font-size: 15px;
}

.block-footer {
    font-size: 0;
}

If you like each group to have its own border color

code css
Code:
[href="/g1-group"] {
    border: solid #c30000 1px !important;
}
All you have to do is change the number of the group you want to set special limits for,
Code:
/g1


Last edited by كونان2000 on October 13th 2022, 8:55 pm; edited 1 time in total
كونان2000
كونان2000
Forumember

Male Posts : 229
Reputation : 104
Language : Arabic

https://anime.forumperso.com/

TonnyKamper, SirLaplace and Razor12345 like this post

Back to top Go down

Solved Re: Legends Design: Removing "[" and More

Post by SirLaplace October 13th 2022, 8:49 pm

Thank you thank you!
Both seems to work,
Topic solved.
SirLaplace
SirLaplace
Forumember

Male Posts : 50
Reputation : 4
Language : Turkish, English

http://innoctem.forum.st/

كونان2000 likes this post

Back to top Go down

Solved Re: Legends Design: Removing "[" and More

Post by Ape October 13th 2022, 11:54 pm

Problem solved & topic archived.
Please read our forum rules: ESF General Rules


Legends Design: Removing "[" and More Left1212Legends Design: Removing "[" and More Center11Legends Design: Removing "[" and More Right112
Legends Design: Removing "[" and More Ape_b110
Legends Design: Removing "[" and More Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19212
Reputation : 2001
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum