Post by 4matt » Thu Dec 14, 2017 5:09 am

Ver 2.3.0.2 I have not been able to change the primary button color when it is loading eg get quotes, checkout, login. I have a theme editor which changes the main and hover color but it does not change the blue color when loading or completed loading which is the same blue color.
Suggestions I have read to change the colors below and refreshing the cache did not work. Any help would be greatly appreciated.

CSS file
line 486 to 497
.btn-inverse {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #363636;
background-image: linear-gradient(to bottom, #444444, #222222);
background-repeat: repeat-x;
border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
background-color: #222222;
background-image: linear-gradient(to bottom, #333333, #111111);
}

line 419 to 426
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #ffffff;
background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
background-repeat: repeat-x;
border-color: #1f90bb #1f90bb #145e7a;

New member

Posts

Joined
Thu Apr 05, 2012 8:36 am

Post by cyclops12 » Sun Dec 17, 2017 5:59 pm

You will also find .btn and .btn-primary colours coded in bootstrap.min.css

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by simonpieman » Wed Jan 10, 2018 5:57 am

Hi - did you fix this. if not please give a link to the store.

Go the All Blacks!


Active Member

Posts

Joined
Thu Jul 02, 2015 8:58 am
Location - NZ - Auckland

Post by 4matt » Mon Jan 15, 2018 8:45 pm

Thanks guys for the replies. Just gotten back to this. The bootstrap file!!!!. It did the trick. thanks Cyclops. all blue is gone. ;D

New member

Posts

Joined
Thu Apr 05, 2012 8:36 am

Post by cyclops12 » Tue Jan 16, 2018 2:50 am

Glad to be of help

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am
Who is online

Users browsing this forum: No registered users and 14 guests