Notifications
Clear all
Topic starter
03/06/2015 3:05 am
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
04/06/2015 3:58 am
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 }