table styling disable on 1 page

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
Mon Dec 17, 2012 4:57 pm
Reply with quote
Report this post
hi there

i would like the mouse-overs on the certain table to be disabled.

http://www.ic-tm.nl/nl/bezoekers/editie ... egrond-app

(but only on this particular page)

can this be done?

thanx
User avatar
Platinum Boarder

Konrad M
Mon Dec 17, 2012 5:03 pm
Reply with quote
Report this post
Hi,
yes you can. Just go to the template settings. Here in "Futures' section you will find 'Suffixes for pages' option. Check ID of this page in Main Menu and add your own suffix to this ID. For example 'mysuffix' then please add to override.css
Code: Select all
.mysuffix table tr:hover {
background: none !important;
}

and remember to enable override.css option in template settings.
User avatar


cron