Not Solved Square Theme, How to change the color of icons in the header?
#1
Not Solved
Hello again! I have a little trouble this time with changing the color of the icons to match my color of the header...
[Image: 99141ab33ebc12d636ff7d6a3c8d05b7.png]
Please help me, Thanks in Advance, TD Smile
Reply
#2
Not Solved
Open Square.css in advance mode

Search this:

.menu ul li a:link, .menu ul li a:visited {
  	color: rgba(255, 255, 255, 0.5);
  	text-decoration: none;
  	transition: all 0.5s ease;
}

.menu ul li a:hover, .menu ul li a:active {
  	color: rgba(255, 255, 255, 1);
  	text-decoration: none;
  	transition: all 0.5s ease;
}

Change the "color" property for what you like. Actually it has rgba (red, green, blue, alpha) to make that effect of transparency.
I don't give support on PM.
Reply
#3
Not Solved
Thanks! Big Grin
Reply
#4
Not Solved
woooooooooooooooo thanks i surch for this Smile and i found it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)