• Resolved bruinshockey08

    (@bruinshockey08)


    Hi,

    I have two quick questions.

    On the older entries button, is there a way to change the color of the button or the text within it?

    And how would I be able to edit the footer to @2014 Enforcing The Code on my site?

    I tried to figure them both out, but my limited coding knowledge and where things are is limited.

    Thanks.

    If you need a reference my site is https://www.enforcingthecode.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter bruinshockey08

    (@bruinshockey08)

    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.

    Thread Starter bruinshockey08

    (@bruinshockey08)

    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.

    Theme Author Raam Dev

    (@raamdev)

    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.

    Thread Starter bruinshockey08

    (@bruinshockey08)

    Okay thanks, I messed up the URL in the footer, which is why I had to ask. Thanks for the help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Two questions’ is closed to new replies.