Glowing text Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
4 posters

    Glowing text

    avatar
    arijitsen
    Forumember


    Male Posts : 126
    Reputation : 1
    Language : English

    Solved Glowing text

    Post by arijitsen Thu 8 Aug - 18:35

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


    Last edited by arijitsen on Fri 9 Aug - 3:41; edited 1 time in total
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    Solved Re: Glowing text

    Post by Sir Chivas™ Thu 8 Aug - 18:42

    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>
    avatar
    arijitsen
    Forumember


    Male Posts : 126
    Reputation : 1
    Language : English

    Solved Re: Glowing text

    Post by arijitsen Thu 8 Aug - 18:51

    Well I meant to make the forum links glowing like this:
    Glowing text Untitl10
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    Solved Re: Glowing text

    Post by Sir Chivas™ Thu 8 Aug - 18:56

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

    Can you please provide the URL of the forum inside that screenshot? Thank you.
    levy
    levy
    Hyperactive


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

    Solved Re: Glowing text

    Post by levy Thu 8 Aug - 22:48

    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;
    }
    avatar
    arijitsen
    Forumember


    Male Posts : 126
    Reputation : 1
    Language : English

    Solved Re: Glowing text

    Post by arijitsen Fri 9 Aug - 3:39

    Thanks that's what I was wanting.Thanks a lot Wink
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Glowing text

    Post by SLGray Fri 9 Aug - 18:17

    Topic Solved & Locked



    Glowing text Slgray10

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