EZD 2: Change the color of Ask a Question button?
-
ResolvedI would like to change the color of the Ask a Question button from the green to match my template.
I have been looking in the Component > com_easydiscuss > assets > images but I can't seem to find the button image. Maybe it is in the css somewhere and not a button????
http://screencast.com/t/VAOkxnv59c
Assistance appreciated?
Randall
Subscribed Products:
http://canadiananswers.com CANADA: Nowhere else on earth will you find more unspoiled spaces to get out and experience the great outdoors than in Canada. If freedom could be bottled and sold, Canada would certainly be the most popular place to acquire it. Visit Canada today! And begin exploring like a local.
Accepted Answer
-
Selected answer for this questionRandall McCallum likes this post.
-
It is recommended to write the color changes down or make a backup of the section that n00bster references above. In my style.css it starts on line 84 or 85.
I made the color changes to the green color hex value - #79A71F and changed the color to a new color hex value of #0099FF which is a light blue. The hex value #92c72b is a slightly lighter green. I changed it to #0099CC which is a slightly different light blue color value than #0099FF blue.
Subscribed Products: -
9 responses Add a reply
-
the button is styled in the "style.css"
#dc_toolbar li.to_create > a span{padding:0 10px; background:#4D90FE; background: -moz-linear-gradient(top, #92c72b 0%, #79A71F 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92c72b), color-stop(100%,#79A71F)); background: -webkit-linear-gradient(top, #92c72b 0%,#79A71F 100%); background: -ms-linear-gradient(top, #92c72b 0%,#79A71F 100%); background: linear-gradient(top, #92c72b 0%,#79A71F 100%); filter: progid
XImageTransform.Microsoft.gradient( startColorstr='#86D265', endColorstr='#57973A',GradientType=0 );
}-
Thank you n00bster,
I can't seem to find the "style.css" in the com_easydiscuss? -
I found a style.css in the Themes folder > default and oranje and I made the change to the (green) color hex 79A71F and changed it to 0099FF (light blue) and then did a refresh of the cache and the button color did not change.
I am changing the right style.css? -
It is the right location. I had to do a hard refresh and there are a few more changes to make it look perfect. -
Thanks again. -
don't forget to use template overrides ... i think the next update coming soon ;)
Subscribed Products: -
-
-
Subscribed Products: -
I still have to learn more about template overrides. I updated my site and lost my colored Askna Question buttons, so I have to learn how to create template overrides quick.
When I do, I will create another tutorial and add it here.
Maybe some other members can add this information to point us in the right direction?
Subscribed Products:
http://canadiananswers.com CANADA: Nowhere else on earth will you find more unspoiled spaces to get out and experience the great outdoors than in Canada. If freedom could be bottled and sold, Canada would certainly be the most popular place to acquire it. Visit Canada today! And begin exploring like a local. -
-
Subscribed Products: -
joseph reyes and Randall McCallum likes this post.
-
Answers my question. Was wondering if there were any changes that we need to be aware of with EZD 3 for changing the Ssk button colors. -
We haven't actually made any changes on the modules yet Randall :)
-
-
Subscribed Products: -
Your Response
Please login to reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.