Customizing SMF > SMF Coding Discussion
Make membergroup name blink
♦PulsiveForums♦:
okay so my member groups i wanna make the text blink
i want it to be bold and in a new font
Example:
Ex1. [Administrator]
then it the text disappears
then it comes back again,so yeah.i just want the membergroup names to blink,just to make something Unique of my website
Shambles:
Try adding this to the bottom of your css file
--- Code: --- .membergroup
{
text-decoration: blink;
}
--- End code ---
Tho it's not my style, so to speak
♦PulsiveForums♦:
--- Quote from: Shambles™ on July 21, 2012, 06:00:10 AM ---Try adding this to the bottom of your css file
--- Code: --- .membergroup
{
text-decoration: blink;
}
--- End code ---
Tho it's not my style, so to speak
--- End quote ---
by bottom do you mean
Admin > Modify Themes > index.css > all the way to the bottom then put it
or like i need to put it in certain place,sorry im sorta a noob at this
Shambles:
Anywhere
♦PulsiveForums♦:
Okay,well i through it at the bottom of the css file lol,but the text isnt blinking,i tried posting to see if it would but it isnt is there anything that i need to add to the
--- Code: --- .membergroup
{
text-decoration: blink;
}
--- End code ---
like the membergroup name or?
Navigation
[0] Message Index
[#] Next page
Go to full version