what to change in CSS to get logo to upload where site title used to be
-
I have finally eliminated the site title, creating a blank area in which to place my logo, by using the code below. Which part of the code needs to change to get my actual logo uploaded? I assume is is the (https://files.witnessthis.co.za/2014/06/Image-Header-to-be-used.jpg) part, but how do I get my image file to look like that? The image is in my media library. My site is modernquilts.com but not yet active.
Thank you so much!.site-title a {
background: url(https://files.witnessthis.co.za/2014/06/Image-Header-to-be-used.jpg) no-repeat;
display: block;
width: 300px;
height: 80px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
- The topic ‘what to change in CSS to get logo to upload where site title used to be’ is closed to new replies.