Change Search pg active/hover colour

Support desk for Multipurpose Quark Theme
GK User
Thu Oct 22, 2015 6:30 am
Hi guys,

Can anyone please tell me how to change the default Search page's "search" box pink colour to one more suited to the website's branding colours?

Any help you can offer will be greatly appreciated.
Thanks. Meg
User avatar
Expert Boarder

GK User
Sat Oct 24, 2015 11:41 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Sun Oct 25, 2015 10:54 am
User avatar
Expert Boarder

GK User
Mon Oct 26, 2015 1:41 pm
I was trying to find this element on your page but I couldn't. Is there something I'm missing?
User avatar
Moderator

GK User
Mon Oct 26, 2015 11:41 pm
The hover colour of the search button is pink. Please hover over the search button ON the search page (http://www.phunkemedia.com/component/se ... temid=9999)

I need to change it to the same as the rest of the website which is an orange colour (#964C2A) but I'm not able to locate the style or option to do so... :/

It would have been SOOOOO useful if there was a style selector to change all instances of the pink instead of needing to individually locate every instance of the colour and change them in override, but any assistance to find this last one would be greatly appreciated. Thanks kindly.
User avatar
Expert Boarder

GK User
Tue Oct 27, 2015 12:56 pm
Please edit: /templates/gk_quark/css/override.css and add at its end:
Code: Select all
.search-page img + .header-content .btn-border:active, .search-page img + .header-content .btn-border:focus, .search-page img + .header-content .btn-border:hover {
    border-color: #f079a3 !important;
    color: #f079a3 !important;
}

Please change colour to your liking.
Remember to enable "CSS override" in template settings - advanced section.

Ps. If it will not work, please make sure less compilation is disabled (template settings).
User avatar
Moderator

GK User
Wed Oct 28, 2015 2:32 am
Excellent Cyberek! Thank you very much.
That's the last one finally nailed :)
User avatar
Expert Boarder

GK User
Fri Oct 30, 2015 5:12 pm
If you have any additional questions regarding this topic, please let me know.
User avatar
Moderator


cron