• My site was broken after the recent update. I had to copy files from the minimaze parent theme to the child theme to fix the problem, but in doing so, I seem to have lost my color changes in my menu and footer and cannot seem to figure out where to fix it. Any help would be appreciated.

    The red in the menu and footer should be lilac like the rest of the site.

    https://www.elleekay.com

    • This topic was modified 8 years, 5 months ago by e_kelleher.
Viewing 2 replies - 1 through 2 (of 2 total)
  • add this to bottom of style.css in your child theme

    #footer {
    background: #333;
    border-bottom: 1px solid #111;
    border-top: 6px solid #d096fc;
    padding: 15px 10px;
    }
    #footer-core a {color: #d096fc;}
    #footer .widget_search .searchsubmit {background-color: #d096fc;}
    #footer .widget_search .searchsubmit:hover { background-color: #000;}

    Thread Starter e_kelleher

    (@e_kelleher)

    Thank you. That did the trick for the footer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links in menu and footer’ is closed to new replies.