Title: aynos's Replies | WordPress.org

---

# aynos

  [  ](https://wordpress.org/support/users/aynos/)

 *   [Profile](https://wordpress.org/support/users/aynos/)
 *   [Topics Started](https://wordpress.org/support/users/aynos/topics/)
 *   [Replies Created](https://wordpress.org/support/users/aynos/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/aynos/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/aynos/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/aynos/engagements/)
 *   [Favorites](https://wordpress.org/support/users/aynos/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Cyanotype] Hover on post comment button](https://wordpress.org/support/topic/hover-on-post-comment-button/)
 *  Thread Starter [aynos](https://wordpress.org/support/users/aynos/)
 * (@aynos)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/hover-on-post-comment-button/#post-15473553)
 * Finally found the solution !
 * it was a bit tricky as I had to use “-webkit-” in order to change the font colors
   in the input button, I also had to use “!important” to override previous settings,
   without that, nothing is going to change !
 * here is what worked for me:
 *     ```
       /* POST COMMENT BUTTON */
       .highlander-dark .comments-area #respond p.form-submit input#comment-submit,input[type=submit] {
   
       	border-color: #C1C1C1;
       	border-width: 1.5px;
       	font-weight: 600!important;
       	font-size:15px!important;
       	font-family:Avenir!important;
               -webkit-text-fill-color:#767676;
   
       }
   
       /* POST COMMENT BUTTON HOVER*/
       .highlander-dark .comments-area #respond p.form-submit input#comment-submit:hover, input[type=submit]:hover {
       	-webkit-text-fill-color:white!important;
       	background-color:#C1C1C1!important;
               border-width:1.5px!important;
       	border-color:#C1C1C1!important;
       	font-weight: 500!important;
       	font-size:15px!important;
       	font-family:Avenir!important;
   
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Cyanotype] remove underlines on links when hovering](https://wordpress.org/support/topic/remove-underlines-on-links-when-hovering/)
 *  Thread Starter [aynos](https://wordpress.org/support/users/aynos/)
 * (@aynos)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/remove-underlines-on-links-when-hovering/#post-15456702)
 * Thank you very much [@supernovia](https://wordpress.org/support/users/supernovia/)!
   
   it works like a charm !!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Cyanotype] remove underlines on links when hovering](https://wordpress.org/support/topic/remove-underlines-on-links-when-hovering/)
 *  Thread Starter [aynos](https://wordpress.org/support/users/aynos/)
 * (@aynos)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/remove-underlines-on-links-when-hovering/#post-15455125)
 * Thank you a lot [@supernovia](https://wordpress.org/support/users/supernovia/)!!!!
   
   I’ll try it later and I will tell you if it works 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Cyanotype] Hover on post comment button](https://wordpress.org/support/topic/hover-on-post-comment-button/)
 *  Thread Starter [aynos](https://wordpress.org/support/users/aynos/)
 * (@aynos)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/hover-on-post-comment-button/#post-15455124)
 * Hey [@supernovia](https://wordpress.org/support/users/supernovia/) ! 🙂
 * Thank you for your reply !
 * In fact the website is still under construction, it is not launches yet. I don’t
   know if there is a way to give you a “guest link” so you can access it

Viewing 4 replies - 1 through 4 (of 4 total)