badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Addin Image background to Header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4584
    andrella
    Member

    Hello

    I would like to add an image as a background to the header (and footer). Currently I’m stuck at using the custom CSS:

    #branding {
    background: none #YOUR-BACKGROUND-COLOR;
    border-bottom-color: #YOUR-BORDER-COLOR;
    -moz-box-shadow: 0 7px 0 #YOUR-SHADOW-COLOR;
    -webkit-box-shadow: 0 7px 0 #YOUR-SHADOW-COLOR;
    box-shadow: 0 7px 0 #YOUR-SHADOW-COLOR;
    }

    How do I need to change the CSS (background: ….) to add an image as a background for the header (and footer)? The image is uploaded to the media gallery.

    #4590
    Sanjip Shah
    Participant

    @andrella You can add a background image/color from Appearance->Background. Now one thing you could do is if you wan the same image/color to appear in the header or footer part you can add the following custom css in Appearance->Theme Options->Design Options->Custom CSS.

    #branding, #colophon {
        background: none;
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #4596
    andrella
    Member

    Many thanks for your fast reply.
    I noticed that I do not have the option Appearance->Background in my WordPress. I’m using WordPress 3.6 and only got following option available in the ‘Appearance’
    – Customize
    – Widgets
    – Menüs
    – Theme Options
    – Install Plugins
    – Header
    – Editor

    Do I need to unlock the background-option somehwere? I’m using Clean Retina Pro in the latest version.

    #4626
    Sanjip Shah
    Participant

    @andrella The background option can only be seen if you set the site layout option as narrow layout. In pro version the background option is available if you select the narrow layout and not if you select the wide layout.

    #4640
    andrella
    Member

    Many thanks! Now it works!

    #4674
    Sanjip Shah
    Participant

    @andrella Okay. Great!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.