admin管理员组文章数量:1425127
I am very new to website building so I appreciate any help anyone has to offer.
The background of a footer on one of my web pages isn't high enough - see image 1. I need it to look like the second image. Does anyone know how I can edit this? I am using Divi builder.
I am very new to website building so I appreciate any help anyone has to offer.
The background of a footer on one of my web pages isn't high enough - see image 1. I need it to look like the second image. Does anyone know how I can edit this? I am using Divi builder.
Share Improve this question edited Jun 1, 2019 at 20:31 butlerblog 5,1313 gold badges28 silver badges44 bronze badges asked Jun 1, 2019 at 19:46 websitebeginnerwebsitebeginner 1 2- 1 Try adding a url to the website and the code you have tried so far - this will help people answering your question :) – Liam Stewart Commented Jun 1, 2019 at 19:47
- There's no such thing as "the WordPress footer". The footer of your site is determined by your theme, and so the exact methods for modifying it depend entirely on the theme. You should contact the theme author for support. – Jacob Peattie Commented Jun 15, 2019 at 7:45
1 Answer
Reset to default 0There is probably some CSS you can add via Additional CSS (in Theme CUstomization) that you could use. Use the Inspector tool of your browser (F12) to see the CSS 'class' element used in the footer. If the class is called 'the_footer', then add this to your Additional CSS:
.the_footer {color:white; background-color:black;}
Adjust it for what you like. In the Inspector, you can add CSS stuff to that element to try things out. There are googles/bings/ducks on how to use the Inspector.
Some themes have a footer 'widget' that you might be able to change.
本文标签: How to edit the WordPress footer
版权声明:本文标题:How to edit the WordPress footer 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745444000a2658575.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论