![]() |
Captcha CSS file location?
X-Cart 4.7.7
I have searched everywhere and I cannot locate the CSS file for the Send to Friend or Captcha sections. I am trying to change the color of the link that says "Get a different code" under the captcha image. Anyone know which file and location I need to change? Thanks! |
Re: Captcha CSS file location?
for "Get a different code"
inspect element shows the CSS as a:not(.btn), a.list-group-item { color: #0060BF !important; } maybe you can track down from there. Sorry I don't have time right now. |
Re: Captcha CSS file location?
Try:
skin/common_files/modules/Image_Verification/main.css And look for: .iv-box a:link, .iv-box a:visited, .iv-box a:hover, .iv-box a:active { text-decoration: none; border: none; border-bottom: 1px dashed #3c6992; white-space: nowrap; color: #3c6992; font-size: 10px; } and change the color # ref. |
All times are GMT -8. The time now is 12:12 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.