Underline on Links Fix?
2 posters
Page 1 of 1
Underline on Links Fix?
On my forum, there are links with underlines, that I cant seem to find a fix for... Is there a code to fix that? Also I can't find the CSS control area where you could enter CSS Code into it a while ago.. Where is that? For example of the link issue, my forum is MCServers.forumotion.com (I read the rules, and do think its necessarily to understand) Thank you for your help!
Update: I found out how to fix the underline issue, actually I got a new theme.. But I still need support on how to access the CSS panel.. Thanks
Update: I found out how to fix the underline issue, actually I got a new theme.. But I still need support on how to access the CSS panel.. Thanks
Last edited by Trevor1134 on Mon 18 Mar - 3:41; edited 5 times in total (Reason for editing : Partially Fixed)
Guest- Guest
Re: Underline on Links Fix?
Hi,
Are you trying to remove this underlines from the links?
Regards,
Sir Chivas.
Are you trying to remove this underlines from the links?
Regards,
Sir Chivas.
Re: Underline on Links Fix?
Yes I do want to know how, but I also would like to know how to access the CSS Control panel.Sir Chivas wrote:Hi,
Are you trying to remove this underlines from the links?
Regards,
Sir Chivas.
Guest- Guest
Re: Underline on Links Fix?
To access the CSS throughout the Administration Panel:
ACP >> Display >> Colors >> CSS (TAB)
Insert this code inside the CSS, to remove the underline:
ACP >> Display >> Colors >> CSS (TAB)
Insert this code inside the CSS, to remove the underline:
- Code:
a:hover{
text-decoration: none !important;
}
a{
text-decoration: none !important;
}
Re: Underline on Links Fix?
Thanks so muchSir Chivas wrote:To access the CSS throughout the Administration Panel:
ACP >> Display >> Colors >> CSS (TAB)
Insert this code inside the CSS, to remove the underline:
- Code:
a:hover{
text-decoration: none !important;
}
a{
text-decoration: none !important;
}
Guest- Guest
Re: Underline on Links Fix?
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Remove Underline Links?
» How can i Add a underline under a groups name
» Removing link underline
» Sticky Navbar Underline
» Tuesday Tip : Remove the underline under the usernames
» How can i Add a underline under a groups name
» Removing link underline
» Sticky Navbar Underline
» Tuesday Tip : Remove the underline under the usernames
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum