• Hi

    I am being really dense here

    I am using the suffusion theme

    I am adding the below code into custom css which I know works perfectly

    .home #header-container {background:url(path to your image) no repeat:}

    Its the path to the image I am struggling with. I am trying below but I am unsure if this the correct format/syntax

    .home #header-container {background:url(‘public_html/wordpress/wp-content/themes/suffusion/images/aberdeenheadern.png’) no repeat:}

    Could someone assist? My website is http://www.thescottishgame.com/wordpress

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try posting on the theme’s dedicated forum: http://www.aquoid.com/forum
    You should get a faster & more informed response there.

    Very close. You need to change the first part of the URL:

    .home #header-container {
       background: url('http://www.thescottishgame.com/wordpress/wp-content/themes/suffusion/images/aberdeenheadern.png') no-repeat;
    }

    And there should be a dash between the words no and repeat, and a semi-colon after no repeat, not a colon.

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

The topic ‘Image url’ is closed to new replies.