Shape 5

Joomla Club Extensions => Contact Popup - Club => : brunsgaard October 02, 2017, 03:42:00 AM



: Change color
: brunsgaard October 02, 2017, 03:42:00 AM
Hi

How do I change the orange color to make it green?

See attached files.

Best regards
Thomas


: Re: Change color
: jonahh October 02, 2017, 11:18:18 AM
Hello,

Just add the following to your custom.css file and change the color as needed:

:
#s5_inquiryboxopentitle, #s5_inquirybox {
    background-color: #fd9e21 !important;}

Regards,


: Re: Change color
: brunsgaard October 03, 2017, 12:37:36 AM
Thanks. That worked  :)

It was the  !important; I had left out :)



: Re: Change color
: jonahh October 03, 2017, 10:14:50 AM
Oh ok, great :)