Hello Krista,
Thanks for writing in!
I am seeing this:
This is not a bug. You have installed a demo site by which in this demo, a custom CSS was added to achieve certain styling. To resolve your issue, please go to X > Theme Options > CSS and find this custom CSS block:
@media (min-width:1441px){
.site:before,.site:after{
content:"";
display:block;
position:absolute;
background-image:url(http://grewallawfirmp.wpengine.com/wp-content/uploads/2021/02/logo.png);
background-repeat:no-repeat;
background-size:cover;
width:107px;
height:24px;
}
.site:before{
top:0;
transform:rotate(-90deg) translate(-87%,0);
}
.site:after{
bottom:6em;
transform:rotate(-90deg) translate(36%,0);
}
}
In the code block above, you will have to replace the:
background-image:url(http://grewallawfirmp.wpengine.com/wp-content/uploads/2021/02/logo.png);
with the following:
background-image:url(//grewallawfirmp.wpengine.com/wp-content/uploads/2021/02/grewal-law-firm.png);
If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role
- Confirmation that we can access and make changes to your site
To know how to create a secure note, please check this out: How The Forum Works
Hope this makes sense.