Post by adventurebikeshop » Sat Dec 01, 2018 10:45 pm

Hello

I have managed to alter all the colours on the default theme to the ones I want BUT CANNOT find how to change the loading colour - it still comes up with the opencart default blue once the button has been clicked. This is my website www.urbanbikeshop.co.uk

Have spent all afternoon reading about .btn configuration etc etc but cannot find anything that will work. Does anyone even now the colour code for this (that way I can search the stylesheet and bootstrap css files perhaps

Thanks
Jenny

New member

Posts

Joined
Thu Feb 23, 2012 7:55 pm

Post by dolrichfortich » Sat Dec 01, 2018 10:51 pm

Change the background color/border-color using this selector.

Code: Select all

.btn-primary.active.focus {
}

Opencart Options Pro, Reward Points For Review, DISQUS Comment Form,
Dolrich Fortich - Freelance web developer

Image


User avatar
New member

Posts

Joined
Thu Aug 05, 2010 8:09 pm
Location - Philippines

Post by adventurebikeshop » Sat Dec 01, 2018 11:06 pm

Sorry - perhaps I came across at a bit brainer than I meant !!! Do I just copy this and paste it into the stylesheet.css file ?

New member

Posts

Joined
Thu Feb 23, 2012 7:55 pm

Post by dolrichfortich » Sat Dec 01, 2018 11:50 pm

You will have to set the colors first then copy the file to your stylsheet.css file

Code: Select all

.btn-primary.active.focus {
	border-color: green;
	background-color: green;
}

Opencart Options Pro, Reward Points For Review, DISQUS Comment Form,
Dolrich Fortich - Freelance web developer

Image


User avatar
New member

Posts

Joined
Thu Aug 05, 2010 8:09 pm
Location - Philippines
Who is online

Users browsing this forum: Baidu [Spider] and 269 guests