admin管理员组文章数量:1394174
I inherited the administration of a site and want to make a few changes. It has a great customized theme that I want to keep. The first thing I want to change is an outdated footer. I uploaded my new footer image to the media library, copied the url, and went to the style.css page and commented out the old url and added the new one.
.footerimage {
/* background-image: url("/wp-content/themes/region2coastal/images/fema_rampp_logo.png"); */
background-image: url("/wp-content/uploads/2020/02/Logo.png");
background-repeat: no-repeat;
background-position: center top;
width: 100%;
height: 92px;
background-size: auto;
}
I Updated but the old footer image is still showing. I am assuming that I need to somehow add the new footer image to /wp-content/themes/region2coastal/images folder but I can't seem to figure out how to do that. Any suggestions on how to get this working?
本文标签: How to change a theme39s footer image
版权声明:本文标题:How to change a theme's footer image 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744729230a2621945.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论