Hello Bruin, nice site you got there!
I’ll try to help you out with a starting place. I will need to warn you that you shouldn’t do these methods on the parent theme itself, (but on a child theme).
Only thing is, I have very little to not skill with coding either, so someone else is bound to correct me 😛
I’m not sure how to change the color, but I’m making a guess that in the theme’s style.css (which you can access from the editor in your WP Admin dashboard), the place you need to change the color of the button/text has to do with the “previous” settings:
.page-links-next-prev .previous-page-nav {
float: left;
}
.site-content .nav-previous,
.site-navigation .previous-image {
float: left;
}
.page-links-next-prev .previous-page-nav {
float: left;
}
As for what you’re supposed to add, I don’t know.
For footer, you can access the footer.php file from the Editor too, and add your line there…somewhere. I assume you want to get rid of the original footer, but I’m not sure what’s the best way to go about that.
Thanks for the ideas, I will see if any of that can be achieved. I didn’t even think to check the footer.php file because that usually doesn’t work for me.
Thanks for the ideas, I will see if any of that can be achieved. I didn’t even think to check the footer.php file because that usually doesn’t work for me.
And it still didn’t I had to mess with other settings. This case is not fully resolved, I need help with the footer still, I would like a simple copyright statement, I am not sure how to go about it though since I forgot where the footer stuff was.
Thanks.
I marked this as resolved because I see on your site that you already changed your footer to “Enforcing The Code Proceeded by ELECTROSPORTS”.
Footer changes happen inside footer.php.
Okay thanks, I messed up the URL in the footer, which is why I had to ask. Thanks for the help.