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.

Glowing text

4 posters

Go down

Solved Glowing text

Post by arijitsen August 8th 2013, 6:35 pm

Hi,
I just wanted to know how can I create glowing text links ??


Last edited by arijitsen on August 9th 2013, 3:41 am; edited 1 time in total
avatar
arijitsen
Forumember

Male Posts : 126
Reputation : 1
Language : English

http://gtamodsmania.cz.cc/

Back to top Go down

Solved Re: Glowing text

Post by Sir Chivas™ August 8th 2013, 6:42 pm

Hi,

You'll have to enable HTML all around the forum. There is multiple ways on how to enable HTML.

First, inside your ACP. ACP >> General >> Configuration >> Allow HTML

Last, let all users aware of this or else they won't be able to see this, it'll appear just as a code. User's profile >> Preferences >> Allow HTML


Now, this is what you add into your CSS

Code:
a.glow, a.glow:hover, a.glow:focus
{
   text-decoration: none;
   color: #aaf;
   text-shadow: none;
   -webkit-transition: 500ms linear 0s;
   -moz-transition: 500ms linear 0s;
   -o-transition: 500ms linear 0s;
   transition: 500ms linear 0s;
   outline: 0 none;
}

In posts, this is the HTML:
Code:
<a href="#" class="glow">Glowing Link</a>
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: Glowing text

Post by arijitsen August 8th 2013, 6:51 pm

Well I meant to make the forum links glowing like this:
Glowing text Untitl10
avatar
arijitsen
Forumember

Male Posts : 126
Reputation : 1
Language : English

http://gtamodsmania.cz.cc/

Back to top Go down

Solved Re: Glowing text

Post by Sir Chivas™ August 8th 2013, 6:56 pm

Oh, then next time be more specific, mate. Wink

Can you please provide the URL of the forum inside that screenshot? Thank you.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: Glowing text

Post by levy August 8th 2013, 10:48 pm

Him just want to make some glowing text when put cursor over the links , add that in your CSS Stylesheet

Code:
 a:hover{
text-shadow:0px 0px 5px #FFFFFF;
cursor:pointer;
}
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Glowing text

Post by arijitsen August 9th 2013, 3:39 am

Thanks that's what I was wanting.Thanks a lot Wink
avatar
arijitsen
Forumember

Male Posts : 126
Reputation : 1
Language : English

http://gtamodsmania.cz.cc/

Back to top Go down

Solved Re: Glowing text

Post by SLGray August 9th 2013, 6:17 pm

Topic Solved & Locked


Glowing text Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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