Hey @kez0909 you should inspect the page in your browser. (In Chrome right click and hit inspect) Allows you view all the html/css for the elements on the page. When I did that to your site it showed me the class ‘.copyright’. From here you can edit the that class in the style sheet of the theme. Also this reference helped me through a lot CSS struggles…https://codex.wordpress.org/CSS_Troubleshooting
Hope this helps!
@kmcaulay Thank you very much for your advice. I found .copyright class using the inspect method, however, it only cover the immediate area around the copyright text and not the full width container around it.
I wish to edit the whole container so that it can be changed to a different background! Appreciate the comments though, and that link is a good reference!
Basically I need to be editing .padding-top-bottom-30, the margins are being inherited from .site-container but I wish to keep those margins the same for the rest of the page just remove them for this element.
-
This reply was modified 8 years, 11 months ago by
kez0909.