Change hover colour of search button
-
WP: 4.3.1 bbPress: 2.5.8 Theme: Jolene
Hi Folks,
I’m trying to tweak the colours of a site I’m building as a “learn WP” excercise and I cant find out how to change the colour of the Search button on my forums page.
I have Custom CSS installed and I’ve entered this to control the Up and Over states of the SUBMIT button:#bbpress-forums .submit { background-color: #1e73be; color: #FFFFFF; float: center; vertical-align: middle; border-radius: 4px; height: 35px; width: 120px; font-size: 14px !important; } #bbpress-forums .submit:hover{ background-color: #82D646; color: #FFFFFF; float: center; vertical-align: middle; border-radius: 4px; height: 35px; width: 120px; font-size: 14px !important; }
I’ve also got this to control the colour of the SEARCH button but adding the
:hover
at the end of a copy of the original CSS, at the end of the id name doesn’t work.#bbpress-forums #bbp-search-form input[type=submit], #bbpress-forums #bbp-search-form input[type=submit] { text-indent: 0; background: none; background-color: #1e73be; color: #fff; width: auto; height: auto; border-radius: 0; margin-top: 0; }
Any Ideas greatly received. The Forums page is here if MEMBERS PAGES password requested it is… ccc
- You must be logged in to reply to this topic.