changing the color of the back button
-
I need to change the color of the back button inside my album/galleries but the css is on !important
#bwg_container1_0 #bwg_container2_0 .bwg_back_0 { background-color: rgba(0, 0, 0, 0); color: #000000 !important; cursor: pointer; display: block; font-family: segoe ui; font-size: 16px; font-weight: bold; text-decoration: none; padding: 0; }
I already try to declare another one with !important to but it seems that the existing code is loading i cant override the default one.
where can i find the source code of this so i can change it myself?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘changing the color of the back button’ is closed to new replies.