Replies: 1
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;
}
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!