CSS for K2 search results
Rate this topic: 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!
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!
-
- 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:
Of course your own color (HEX COLORS)
Then read: http://www.gavick.com/documentation/joo ... -template/
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/
-
- 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!
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/
-
- 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 you forgot about that.
p.s.
By the way, I have been in Vietnam 2 years ago, you have very good food .
-
- 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
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
-
- 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.
Thanks. I will remember.
-
- Platinum Boarder
6 posts
• Page 1 of 1