• Hello!

    Could somebody help me? I’d like to change the basic background of piano black theme but I don’t know how. I’d like set an image instead of it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is there an option through the dashboard in Appearance > Themes – Customise ?

    Thread Starter Robertooo

    (@robertooo)

    I can’t findt that, there’s only logo file and not background image. But I ‘d like to change especially the left and right side of the theme.

    For e.g.https://i1125.photobucket.com/albums/l595/Atomantiii/piano.jpg

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is there a section of the dashboard named, ‘Custom Styles’ or ‘Custom CSS’, or something similar?

    Thread Starter Robertooo

    (@robertooo)

    There’s a style.css. Perhaps it contains this background information?

    ….
    /* —— layout ———————— */

    #wrapper { background:url(img/back2.png) no-repeat center top; }
    #contents { width:959px; margin:0 auto; text-align:left; }
    #header { background:url(img/top.png) no-repeat bottom; height:160px; }
    #middle-contents { background:url(img/side.png) repeat-y; padding-bottom:50px; }
    #left-col { float:left; display:inline; width:584px; margin:0 0 0 5px; }
    #right-col { float:right; display:inline; width:330px; margin:70px 5px 0 0; }
    #footer { background:url(img/bottom.png) no-repeat top; height:114px; margin-bottom:50px; }
    ….

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You ought to refrain from modifying a theme’s original files, as any changes made will erase once the theme updates.

    Your easiest option is to use a Custom Style/CSS plugin, whereby you activate the plugin and enter CSS in the area allocated.

    Another option, less easy, is to use a Child Theme, which contains another style.css file for CSS, but you can make greater modifications to everything else as well.

    Thread Starter Robertooo

    (@robertooo)

    Thanks, I’ll try this plugin.

    Thread Starter Robertooo

    (@robertooo)

    I know the correct answer:

    I’ve modified this in style.css:

    body { margin:0; padding:0; background:url(img/back1.gif);

    Modified version:
    body { margin:0; padding:0; background:url(your background file.jpg);
    background-repeat:repeat;
    background-attachment:fixed; }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Piano black background image’ is closed to new replies.