Why can not I change the styles?

Home Forums Omega Why can not I change the styles?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1254
    odyssey
    Participant

    Why can not I change the styles?

    background-image: url (‘fon.jpg’) repeat fixed;

    /themes/omega/style.css

    Does not change the background

    #1256
    han
    Keymaster

    The syntax is wrong. Try this

    
    background-image: url (‘fon.jpg’);

    or

    
    background: url (‘fon.jpg’) repeat fixed;

    Make sure the image is available at /themes/omega/fon.jpg

    Using Omega Child is recommended

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

You must login to reply to this topic.