• asfhrrrt1

    (@asfhrrrt1)


    Hi,

    I am using the Ajaira theme. I just wanted to know how to make the text of one of my header menu tabs glow (as in the Word text effect) a certain colour?

    My website is eurasianwhispers.com and I want the random article tab to glow orange.

    Thank you in advance,
    EW

Viewing 2 replies - 1 through 2 (of 2 total)
  • m3lvin

    (@m3lvin)

    u will be looking at css. heres some nice tuts to get started https://codepen.io/tag/glowing%20text/

    Moderator cubecolour

    (@numeeja)

    Try adding the following snippet to your custom styles, and experiment with the values

    
    #primary-menu > #menu-item-132 > a {
    	color: #fc0;
    	text-shadow:
    		-2px -2px 5px #f60,  
    		2px -2px 5px #f60,
    		-2px 2px 5px #f60,
    		2px 2px 5px #f60;
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Text glow in menu’ is closed to new replies.