Forums

Freshy 2 - Removing gradient backgroud in body (2 posts)

  1. kitkaplan
    Member
    Posted 2 years ago #

    Please see http://elvesring.org/
    there is a grey gradient running white on the left to light grey on the right of the main body. You can see it under the Email Signup Box in the sidebar. It is also showing in the title bar.

    How can I get rid of it?

    How do you figure out where these things are located?
    I tried XRAY but it didn't help.

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    in style.css:

    #title, #frame, #footer_content {
    
    	background:white url(images/page-gradient.png) repeat-y right;
    
    }

    to debug and check formatting issues, i use firefox with the developer add-on -
    free to download, an easy tool to find which style is formatting what element in the html file. for css, it has the css dropdown menu, click on 'view style information' and it will show this on mouse-over and on click. there is much more to it, you can try changes to the css in your browser, even play with the html - you just need to integrate the changes into your files at the end.
    there is also the firebug, another developer tool for firefox.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags