Hi selfmade! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .product a.btn-2 { background: red !important; border-radius: 5px; } .product a.btn-1 { box-shadow: 0 3px 0 #040404; background: black !important; } Thanks, Praveen
Thats great. Now how can i make the Read Revie button turn yellow rather than green when hovered over?
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .product a.btn-2:hover { background: yellow !important; box-shadow: 0 3px 0 rgb(222, 222, 12) !important; color: black !important; } Thanks, Praveen