X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Captcha CSS file location? (https://forum.x-cart.com/showthread.php?t=75106)

bkluth 03-19-2017 07:43 AM

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!

elmirage001 03-19-2017 09:40 PM

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.

pauldodman 03-20-2017 03:01 AM

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.