CSS for K2 search results

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Oct 19, 2013 6:51 am
Reply with quote
Report this post
Hi,
The title of items in search result list is showed in dark-blue like this: http://rainnightclubvn.com/search.html? ... ategories=
I can't figure out where the css responsible for this color. I want to change it to another color so the result list can show up more clearly on the dark background.
Please help! Thanks!
User avatar
Expert Boarder

GK User
Sat Oct 19, 2013 8:20 am
Reply with quote
Report this post
Hi, there you are using Google Search Engine, it will be hard to overrides colors from Google CSS, but let's try.

All magic is in this rule "!important" - read about it in CSS tutorials.

Simple:

Code: Select all
a { color:#1078B9 !important}
a.gs-title {color:red !important}
.gsc-table-result b {color:yellow  !important}

 


Of course your own color (HEX COLORS)


Then read: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Sun Oct 20, 2013 7:02 am
Reply with quote
Report this post
Thank you Pawel!
First I add these codes to override.css, but it doesn't work. Then I put them on Custom CSS in template configuration, and this time it works!
Thanks again for your supporting!

Pawel F wrote:Hi, there you are using Google Search Engine, it will be hard to overrides colors from Google CSS, but let's try.

All magic is in this rule "!important" - read about it in CSS tutorials.

Simple:

Code: Select all
a { color:#1078B9 !important}
a.gs-title {color:red !important}
.gsc-table-result b {color:yellow  !important}

 


Of course your own color (HEX COLORS)


Then read: http://www.gavick.com/documentation/joo ... -template/
User avatar
Expert Boarder

GK User
Sun Oct 20, 2013 9:55 am
Reply with quote
Report this post
First I add these codes to override.css, but it doesn't work.


should work also, but first you must activate this option in template configuration :D you forgot about that.

p.s.
By the way, I have been in Vietnam 2 years ago, you have very good food :) .
User avatar
Platinum Boarder

GK User
Fri Oct 25, 2013 2:54 pm
Reply with quote
Report this post
The override setting has been enable and there's already some codes there, but I don't know why it didn't work when I put this in. May be because of cache or something...
Any way, it works now :-)
Thanks again!

P/S: If you come back to Vietnam someday, don't hesitate to leave me a message. May be I can make you journey more interesting :-)
User avatar
Expert Boarder

GK User
Sat Oct 26, 2013 10:59 am
Reply with quote
Report this post
May be I can make you journey more interesting..


Sure. Yes I saw three persons and dog and shoppings on one motorbike. :D

Thanks. I will remember.
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.