Forum
Welcome, Guest
Please Login to access forum.
Re:background transparent (1 viewing) 
Go to bottom
TOPIC: Re:background transparent
#1476
Katiuska
Fresh Boarder
Posts: 2
User Offline
background transparent Karma: 0  
Good morning , I need to remove the background color button since I placed my own arrows editing the css. But I can not remove the color background . If I do not put a color defaul puts me in #666. I have edited the css but the color still appears .

thanks!
 
Logged Logged  
  The administrator has disabled public write access.
#1477
John Dagelmore
Admin
Posts: 3722
User Offline
Re:background transparent Karma: 79  
Hello and good morning,

if you are already working with CSS the easiest way to remove the background color for buttons is using the transparent property in your css as follow:

Code:

.modpagecrollbtns.backtop { background-color: transparent !important; }
greetings John
 
Logged Logged  
  The administrator has disabled public write access.
#1478
Katiuska
Fresh Boarder
Posts: 2
User Offline
Re:background transparent Karma: 0  
I 'm a fool , thank you! worked well
 
Logged Logged  
  The administrator has disabled public write access.
#1479
John Dagelmore
Admin
Posts: 3722
User Offline
Re:background transparent Karma: 79  
No problem
 
Logged Logged  
  The administrator has disabled public write access.
Go to top