Change color of back button on Pachyderm theme
-
Hello, wondering how i might change the color of the back button on the Pachyderm theme. Just want to make it black instead of brown.
Thank you,
MelissaThe blog I need help with is: (visible only to logged in users)
-
Hi Melissa,
Try the following in Appearance->Customize->CSS:
.site-footer [class*="navigation"] .previous a { background-color: #000000; } .site-footer [class*="navigation"] .next a { background-color: #000000; }You can replace the #000000 color code with any shade of black you want. Let me know how that works!
-
- The topic ‘Change color of back button on Pachyderm theme’ is closed to new replies.