Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • davidhewson Friend
    #118903

    I would like to remove the backgrounds for the user modules but I can’t work out where they come from at all. The main bg is ok but there are still some gray elements in there..

    http://beta.thrillerfest.com/index.php

    Can anyone help please?

    cssyeah Moderator
    #214888

    Hi davidlewson,
    You need modify some CSS code section in the template_css.css file.

    1. Style for your logo.
    * to increase of the header.


    #ja-header {
    clear: both;
    background: url(../images/header-bg.jpg) top right repeat-x #4F89D2;
    color: #FFFFFF;
    text-align: left;
    line-height: normal;
    height: 112px;
    position: relative;
    }

    * Position of the logo.


    #ja-header h1 {
    font-size: 2em;
    position: absolute;
    top: 0px;
    left: 0px;
    }

    2. To change background of user 7, 8, 9.


    #ja-topsl {
    color: #D9E5F4;
    background: url(../images/topsl-bg.gif) bottom repeat-x #545C66; <- You can change it.
    padding: 10px;
    }

    :d

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

This topic contains 2 replies, has 2 voices, and was last updated by  cssyeah 17 years, 2 months ago.

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