Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ittd Friend
    #200171

    Hi,

    I would like to change the background of the flag (before rollover) to black. I can do it in firebug but appear to be doing something wrong on my custom.css

    Heres the original

    .languageswitcherload .mod-languages a.dropdown-toggle {
    border: 0 none;
    display: block;
    height: 42px;
    line-height: 38px;
    padding: 0 10px;
    position: relative;
    text-align: left;
    transition: background 0.2s ease 0s;
    width: 50px;
    z-index: 100;
    }

    .languageswitcherload.mod-languages.a.dropdown-toggle {
    background: #000000
    }

    Thanks for lookling.

    swissa Friend
    #544162

    You haven’t left spaces/gaps on the second css call (before the ‘.’ both times)

    Please change it as below and see if it works

    .languageswitcherload .mod-languages .a.dropdown-toggle {
    background: #000000
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  swissa 10 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum