0
Welcome Guest! Login
0 items Join Now

Quasar - changing the header-bg.png position/repeat

  • Quasar - changing the header-bg.png position/repeat

    Posted 15 years 2 months ago
    • Hi

      I would like to change the header of Quasar

      Specifically I would like the header-bg.png to start from the top of the screen and only repeat in one row and the bottom half of the header will just be solid.
      Hope that make sense

      Had a poke through the css and html but can't see where to change it

      Does any one know how to achieve this?

      cheers
      Hinesh
  • Re: Quasar - changing the header-bg.png position/repeat

    Posted 15 years 2 months ago
    • Hello Hinesh,

      You will have to modify the css. I believe #rt-top and #rt-header use the same image header-bg.png you will need to change the #rt-header css to just have a solid color and no background.

      Is that what you ment?

      Hope this helps.

      Cheers
  • Re: Quasar - changing the header-bg.png position/repeat

    Posted 15 years 2 months ago
    • kind of...

      I've managed to get this so far www.spiritcomputers.co.uk/gpuk/

      The current size of the header-bg.png is 100x100 I would like to change this to say 50x146 so I can use the attached image at the very top of the page

      Hinesh
  • Re: Quasar - changing the header-bg.png position/repeat

    Posted 15 years 2 months ago
    • Hello Hinesh,

      you will need to modify style6.css from"
      #rt-top {
      background:#FF9900 url(../images/backgrounds/style6/header-bg.png) repeat scroll 100% 100%;
      color:#999999;
      }

      to
      #rt-top {
      background:#FF9900 url(../images/backgrounds/style6/header-bg.png) repeat scroll 100% 100%;
      color:#999999;
      height:146px;
      }

      this will force #rt-top to be 146px in height.

      Cheers
  • Re: Quasar - changing the header-bg.png position/repeat

    Posted 15 years 2 months ago
    • Thanks Sean, that did the trick
  • Re: Quasar - changing the header-bg.png position/repeat

    Posted 15 years 2 months ago
    • Your most welcome

      Please let me know if you require anything else.

      Cheers

Time to create page: 0.052 seconds