Hi
I have a general question about how to add code to the Override file in Gavick templates. I have a number of customisations that have been suggested by extension authors; for example, to hide an icon below a My Maps map in a CB profile, the following :
#locationsearch .img-thumbnail
{
display:none;
}
The problem is, this works in the actual template.css file, but not when I add it to the override.css file.
Similarly, this, which hides the number of users in a CB list;
.cbUserListResultCount {display:none}
I'm sure there is a way to get these to work in override.css?
Thanks