How to change a theme's footer image

I inherited the administration of a site and want to make a few changes. It has a great customized theme that I want to

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?

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744729231a4590364.html

相关推荐

  • How to change a theme's footer image

    I inherited the administration of a site and want to make a few changes. It has a great customized theme that I want to

    1天前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信