I'm having trouble with the header appearance on my website. How can I set the smartcat.png image as the background for the header only?
My goal is to include the solution in my "cat.css" stylesheet.
Any suggestions or best practices for coding with bootstrap would be greatly appreciated.
Visit the website here:
This is what's in my stylesheet: .header-content {background: url("img/smartcat.png");}
.header {background: url("img/smartcat.png");}
Below is the code from the webpage:
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
... (additional HTML code) ...
</script>
<!-- Theme JavaScript -->
<script src="js/creative.min.js"></script>