Title: Editing Buttons
Last modified: March 17, 2019

---

# Editing Buttons

 *  Resolved [rathanacio](https://wordpress.org/support/users/rathanacio/)
 * (@rathanacio)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/editing-buttons/)
 * How can I edit the buttons on the home page banner? I want to change the color
   and change the text. I may also decide to remove one of them.
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fediting-buttons%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * (@jarektheme)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/editing-buttons/#post-11324913)
 * Hi [@rathanacio](https://wordpress.org/support/users/rathanacio/) ,
 * Thank you for getting in touch with us.
 * If you want to change text of banner you need to open _Appearance → Customize
   → Header Image_ section and change “Button 1-2 Label”. If you want to remove 
   one of them, please just leave it empty.
    To change the color of buttons you 
   need to add this style to _Appearance → Customize → Additional CSS_ field:
 *     ```
       .btn-blue {
           background-color: #790319;
           border-color: #790319;
       }
   
       .btn-blue:focus, .btn-blue:hover {
           background-color: #790319;
           border-color: #790319;
           box-shadow: 0 14px 26px -12px rgb(121, 3, 25), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgb(121, 3, 25);
       }
       ```
   
 * Kind regards
 *  Thread Starter [rathanacio](https://wordpress.org/support/users/rathanacio/)
 * (@rathanacio)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/editing-buttons/#post-11350429)
 * Thank you – this worked great, with the exception of the drop shadow, which I
   could not figure out how to edit. I’ll get back to working on that after I get
   the rest of the site together.
 *  Thread Starter [rathanacio](https://wordpress.org/support/users/rathanacio/)
 * (@rathanacio)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/editing-buttons/#post-11427434)
 * I’m not able to figure out how to edit the colors of the buttons from the posts(
   round button in upper right corner). Can you help me once again?
    Thanks in advance!
 *  [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * (@jarektheme)
 * [7 years ago](https://wordpress.org/support/topic/editing-buttons/#post-11432748)
 * Try this code to change the colors of post more buttons:
 *     ```
       .entry-more a {
           background: #5d181b;
           box-shadow: 0 2px 2px 0 rgba(93, 24, 27, 0.14), 0 3px 1px -2px rgba(93, 24, 27, 0.2), 0 1px 5px 0 rgba(93, 24, 27, 0.12);
       }
   
       /* Hover effect */
       .entry-more a:hover {
           background: #7d2b21;
           box-shadow: 0 2px 2px 0 rgba(93, 24, 27, 0.14), 0 3px 1px -2px rgba(93, 24, 27, 0.2), 0 1px 5px 0 rgba(93, 24, 27, 0.12);
       }
       ```
   
 * and adjust it as you wish.
 *  Thread Starter [rathanacio](https://wordpress.org/support/users/rathanacio/)
 * (@rathanacio)
 * [7 years ago](https://wordpress.org/support/topic/editing-buttons/#post-11436393)
 * Thanks – I’ll give it a try. I realized that I need to change all of the blue
   hyperlinks so I’ll take a peek at the CSS for the theme to find those.
 *  Thread Starter [rathanacio](https://wordpress.org/support/users/rathanacio/)
 * (@rathanacio)
 * [7 years ago](https://wordpress.org/support/topic/editing-buttons/#post-11436395)
 * Consider this resolved.
 *  Thread Starter [rathanacio](https://wordpress.org/support/users/rathanacio/)
 * (@rathanacio)
 * [7 years ago](https://wordpress.org/support/topic/editing-buttons/#post-11436396)
 * Once again – trying to click resolved button before I hit submit.

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

The topic ‘Editing Buttons’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sirius-lite/1.1/screenshot.jpg)
 * Sirius Lite
 * [Support Threads](https://wordpress.org/support/theme/sirius-lite/)
 * [Active Topics](https://wordpress.org/support/theme/sirius-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sirius-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sirius-lite/reviews/)

## Tags

 * [buttons](https://wordpress.org/support/topic-tag/buttons/)

 * 7 replies
 * 2 participants
 * Last reply from: [rathanacio](https://wordpress.org/support/users/rathanacio/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/editing-buttons/#post-11436396)
 * Status: resolved