Title: Need Help Customizing theme
Last modified: August 30, 2016

---

# Need Help Customizing theme

 *  [pampoenluke](https://wordpress.org/support/users/pampoenluke/)
 * (@pampoenluke)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/need-help-customizing-theme/)
 * Hi guys,
 * Please help me here, I need to do the following with the front page of [http://avoenglish.com/ ](http://avoenglish.com/)
   You will notice that all the read more icons and get $5 trial are blue. I need
   to make them green like the logo.
 * Also you will see that i have to add a full stop in the text box just above the“
   Read More” Icon, I would like to completely Eliminate this text box so that you
   only see the pic and text. How do i do this?
 * I also need to eliminate the text at the top AVO Online English School including
   the block it is in.How do I do this?
 * Many Many Thanks
    Luke

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

 *  [codeManiac](https://wordpress.org/support/users/codemaniac/)
 * (@codemaniac)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/need-help-customizing-theme/#post-6902135)
 * Hey Luke !
 * Happy new year !
 * ok let’s solve the problems 1 by 1 :
 * – For the buttons color please add the following to your style.css file by going
   to dashboard -> appearence -> editor -> style.css
 *     ```
       .themebutton, button, html input[type="button"], input[type="reset"], input[type="submit"] {
          background: #39B54A;
       }
       ```
   
 * – For the full stop problem
 *     ```
       .iconmain h3+p {
          display: none;
       }
       ```
   
 * – text at the top problem
 *     ```
       .custom-header {
          display:none;
       }
       ```
   
 * Let me know how it goes 🙂
 * CHeers !
 *  Thread Starter [pampoenluke](https://wordpress.org/support/users/pampoenluke/)
 * (@pampoenluke)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/need-help-customizing-theme/#post-6902136)
 * Dude your a genius! Thanks a million!….I forgot to add that I also need the hover
   color and the little bits of blue to be green on “Our Teachers” “Contact Us” 
   and “About Us”.
 *  [codeManiac](https://wordpress.org/support/users/codemaniac/)
 * (@codemaniac)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/need-help-customizing-theme/#post-6902155)
 * sure here you go
 *     ```
       #header .header-links > ul > li a:hover, #header-sticky .header-links > ul > li a:hover {
           background: #39B54A;
       }
       ```
   
 * How is it now?

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

The topic ‘Need Help Customizing theme’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [codeManiac](https://wordpress.org/support/users/codemaniac/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/need-help-customizing-theme/#post-6902155)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
