Page 1 of 2

Style "View Product" Button on Joomla.

Posted: 28 Feb 2020, 07:49
by thethe
Hi Just wondering how I can change the colour of "View Product" button On Categories View. It did not inherent from the Joomla Theme.

Thanks,
Mang

Re: Style "View Product" Button on Joomla.

Posted: 28 Feb 2020, 10:19
by Benno
Hi,

Code: Select all

.btn-primary {
    background: #E1302D;
    border-color: #E1302D;
}
Change hex. colors to what ever you want and c&p the code at the end of your template.css, but be aware changing the background color code also change the 'Add To Cart' button color.

Kind regards,
Benno

Re: Style "View Product" Button on Joomla.

Posted: 28 Feb 2020, 12:27
by thethe
Cool thanks

Re: Style "View Product" Button on Joomla.

Posted: 28 Feb 2020, 12:48
by Benno
You're welcome!

Kind regards,
Benno

Re: Style "View Product" Button on Joomla.

Posted: 28 Feb 2020, 13:01
by thethe
Sorry Mate,

Tried editing this file: public_html/media/com_phocacart/bootstrap/css/bootstrap.min.css

also;

.btn-primary {
color: #fff;
background-color: #a38166;
border-color: ##a38169;
and

btn-primary:hover{background-color:#a38166;border-color:#a38169}.


Still not working.....

Am I doing the right file?

Thanks

Re: Style "View Product" Button on Joomla.

Posted: 28 Feb 2020, 13:08
by Benno
Hi,
Am I doing the right file?
No.
Change hex. colors to what ever you want and c&p the code at the end of your template.css
Kind regards,
Benno

Re: Style "View Product" Button on Joomla.

Posted: 28 Feb 2020, 13:24
by thethe
I found template.css in my default Joomla Template Css folder and paste:

.btn-primary{
background: #a38166;
border-color: #a38169;
}

to the bottom of the page.

Still not working.

tried clear the webpage cache.

By the way I am using Nicepage template.

Thanks
Thethe

Re: Style "View Product" Button on Joomla.

Posted: 28 Feb 2020, 13:30
by Benno
Hi,
did you paste the code in the template.css file of your Nicepage template?

Kind regards,
Benno

Re: Style "View Product" Button on Joomla.

Posted: 28 Feb 2020, 13:37
by thethe
Yes I did in Joomla backend admin portal.

Re: Style "View Product" Button on Joomla.

Posted: 28 Feb 2020, 14:16
by Benno
Hi,
then please post the URL to see which css files are loaded at your site.

Kind regards,
Benno