Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Juan Hassan Friend
    #133109

    How can I change backgrounds in poll module?
    I need than the background in the poll in my homepage will be black.
    My site is http://www.mizonah.com

    Thanks.

    John Wesley Brett Moderator
    #269535

    Did you get an answer to this as the background appears to be black behind the poll.
    If not, what browser are you using to view it. Firefox3 looks black and fine to me.

    John.

    Sherlock Friend
    #269599

    Hi
    you must set class suffix for poll menu, example is “_poll”
    Then add those line into template.css

    div.module_poll h3
    {
    margin: 0 -15px 5px;
    padding: 0 0 0 15px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 100%;
    text-transform: uppercase;
    background: url(../images/h3-l.gif) no-repeat top left #262626;
    position: relative;
    }

    div.module_poll h3 span {
    display: block;
    padding: 8px 10px 8px 0;
    background: url(../images/h3-r.gif) no-repeat top right;
    }

    div.module_poll{
    margin-bottom: 20px;
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
    background: url(../images/box-br.gif) no-repeat bottom right black;
    color: #CCCCCC;
    overflow: hidden;
    }

    div.module_poll div{
    padding: 0;
    background: url(../images/box-bl.gif) no-repeat bottom left;
    }

    div.module_poll div div {
    padding: 0;
    background: url(../images/box-tr.gif) no-repeat top right;
    }

    div.module_poll div div div
    {
    padding: 0 15px 15px;
    background: url(../images/box-tl.gif) no-repeat top left;
    }

    div.module_poll div div div div
    {
    margin: 0;
    padding: 0;
    background: none;
    }

    Juan Hassan Friend
    #269605

    Thanks nguoiabcd
    This code solve it.
    😀

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

This topic contains 4 replies, has 3 voices, and was last updated by  Juan Hassan 16 years, 2 months ago.

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