How to style “Read More” buttons / change colors on blog category page
-
[ Moderator note: moved to Fixing WordPress. Please do not use Developing With WordPress for these topics. ]
Hello,
I’m having a custom css issue. I can’t seem to be able to style the “Read More” buttons on my blog category list. I’ve been using a background-color #0f5289 and hover background color of #0c2b44 though out. I don’t know how to do this. Here is my code for the login page that someone helped me do:
input#wp-submit { background-color: #0f5289 !important; border-radius: 0; } input#wp-submit:hover { background-color: #0c2b44 !important; border-radius: 0; }
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
I need help making a css code that works for my Read More pages. I tried various codes from other threads but none worked. Thanx!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to style “Read More” buttons / change colors on blog category page’ is closed to new replies.