Change Back Button Text Color
-
I would like to change the color of the back button from black to #247ee5. I use this statement in WordPress’ Custom CSS input:
#bwg_container1_0 #bwg_container2_0 .bwg_back_0{
color: #247ee5 !important;
}But this doesn’t work because the back button’s color is !important, and the custom CSS gets inserted several lines before the Back button’s styling is declared. Is there another way I can change the back button’s color?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Change Back Button Text Color’ is closed to new replies.