Notifications
Clear all

Change arrow color + remove animation

1 Posts
2 Users
0 Reactions
2,475 Views
(@adbuzz)
New Member
Joined: 10 years ago
Posts: 1
Topic starter  

I am looking to pick up ACP Pro but before doing so I want to make sure I can edit certain features.

How can I change the color of the arrows in the previous/next buttons to white?

When hovering over the buttons, there seems to be a weird inconsistent animation of the arrows, how can I get rid of this?

Here is a video of what's happening:  http://screencast.com/t/jFZI5LnjO


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 10 years ago
Posts: 4214
 

Hi

Please go to ACP admin page and put this css in "Custom CSS Code" textarea:

	.acp_next_page{ background:#dbdbdb }
	.acp_previous_page{ background:#dbdbdb }
	.acp_next_page:hover{ background:#e3e3e3 }
	.acp_previous_page:hover{ background:#e3e3e3 }
	

   
ReplyQuote
Share:
Scroll to top