Support » Fixing WordPress » How to change this image?

Viewing 4 replies - 1 through 4 (of 4 total)
  • lisa

    (@contentiskey)

    it’s the background image of your header area.
    it can be modified in your style.css file.
    be sure you are using a a child theme before making any changes.

    #header {
    height: 10em;
    padding: 0;
    background-image: url('http://www.lasalonbianca.com/wp-content/uploads/2013/12/header5.jpg');
    background-repeat: no-repeat;
    background-size: 95.6em 10em;
    }

    replace this string of code
    http://www.lasalonbianca.com/wp-content/uploads/2013/12/header5.jpg

    be sure you replace the image with something that is same dimension to preserve the overall look.

    Thread Starter KristinaBianca

    (@kristinabianca)

    Do you know how to get to this coding? What do I have to click on the side bar? Is it in Appearance?

    lisa

    (@contentiskey)

    to make the change properly please be sure:
    1-have a child theme set up
    2-the change is made in the child theme CSS file.
    3-theme files are accessible in the dashboard under APPEARANCES in the editor section or via FTP.

    alternately, if you do not need to make changes to any of your theme templates, you can use a CSS editor instead. one is available in the free Jetpack plugin using the Custom CSS module.
    =====
    i don’t know how your theme has been set up in your dashboard so i can’t tell you for sure which option is the best for your situation.

    WP-Admin -> Appearance -> Editor -> layout.css

    Line 566 – that is where the image URL is that you need to change.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change this image?’ is closed to new replies.