• How can I set the the background color of the contents through CSS?
    I can see settings to change the tab colours, but nothing for the background.

    (I must have created some CSS somewhere on my site, but I have no idea where it might be, and now the background of my index looks terrible.)

    Thanks.

    • This topic was modified 3 years, 9 months ago by fcsab.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fcsab

    (@fcsab)

    OK, I think I found the source of the problem. With another plugin, I wanted to change the background of some element, and there, the element is .active, .collapsible:hover

    .active that doesn’t seem like a very good selector

    I wold still like to know how I can set the background of this plugin, and perhaps why the above selector applies to your plugin’s element.

    thanks

    Plugin Author tugbucket

    (@tugbucket)

    #mcTagMap .tagindex {
        background-color: red;
    }

    What element are you trying to add a background color to?

    I don’t see the tabs having any CSS effect on this tag map.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to set backgrund color’ is closed to new replies.