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.
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