How do I change the background of the container of the LOGO container?

Discussion in 'GeoCraft WordPress Theme' started by millmead2, Jan 1, 2016.

  1. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    How do I change the background of the LOGO container with a small dot jpg that can repeat itself both vertically and horizontally and the width and height will be 100% of the container screen?

    Thanks.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_wrapper .header {
        background: url('http://localhost/wordpress/wp-content/uploads/2015/10/images6.jpg');
    }
    
    You have to follow some steps to add an image over there.

    1) Firstly upload your image in the media library of your dashboard.

    2) Click on that image in media and you will get a URL of that image.

    3) Now copy that URL in the code given above.

    i.e. background: url('your image URL');

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page