Title: Colors
Last modified: September 1, 2016

---

# Colors

 *  Resolved [nabill13](https://wordpress.org/support/users/nabill13/)
 * (@nabill13)
 * [10 years ago](https://wordpress.org/support/topic/colors-31/)
 * How can I change the colors of hover when I pass the mouse over the menu, and
   over the social network button, and other places?
    I was just able to change 
   colors of the social network bar background, footer, and letters. Thank you.

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

 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [10 years ago](https://wordpress.org/support/topic/colors-31/#post-7607148)
 * Hi,
 * **Go to Dashboard Admin Panel >> Appearance Menu >> Customize >> Colors.**
 * Now here you can change header top-bar, header colors.
 * And for footer section
 * **Go to Dashboard Admin Panel >> Appearance Menu >> Customize >> Awada Options
   >> Footer Options.**
 * Now change footer background color etc.
 * Save all the chages.
 * Let me know for further assistance.
 * Thank You
 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [10 years ago](https://wordpress.org/support/topic/colors-31/#post-7607219)
 * Hi,
 * Did the above solution work for you.
 * Thank You
 *  [chrisbeerens](https://wordpress.org/support/users/chrisbeerens/)
 * (@chrisbeerens)
 * [10 years ago](https://wordpress.org/support/topic/colors-31/#post-7607221)
 * I think what nabill13 was asking for isn’t in either of those sections. I too
   am looking to change the OnMouseOver and hover attributes. Currently they are
   red as is several other areas with no noticeable edit points.
 *  Thread Starter [nabill13](https://wordpress.org/support/users/nabill13/)
 * (@nabill13)
 * [10 years ago](https://wordpress.org/support/topic/colors-31/#post-7607222)
 * Thanks chrisbeerens, you got it.
 * Webhunt Infotech, is the way chrisbeerens said, I already used the options you
   gave me to change, basic sections on the theme header and footer, but, there 
   are other places like when hovering the mouse over the menu that give me an specific
   color, and other lines like in the slider, callout options section or when I 
   add awada themes widgets.
    I want to know if there is an section on the theme
   that let me make the changes or if I have to add a custom CSS.
 * Thank you.
 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [10 years ago](https://wordpress.org/support/topic/colors-31/#post-7607223)
 * Hi,
 * Put below CSS rules into Custom CSS Editor of customizer:
 *     ```
       #awada-header .navbar-nav li.current_page_item a:hover,
       #awada-header .navbar-default .navbar-nav .open a:hover,
       #awada-header .navbar-default .navbar-nav .open a:focus, #awada-header .navbar-nav li a:hover, #awada-header .navbar-nav  li a:focus, #awada-header .navbar-nav li a:active{
           background-color: #4bb0f8;
       }
       #copyright_link_text {
           color: #4bb0f8;
       }
       #awada_footer_area .widget .title h3 {
           color: #4bb0f8 !important;
       }
       blockquote{
          border-color: #4bb0f8;
       }
       .full_colored{
         background-color: #f8504b;
       }
       ```
   
 * Save the changes.
 * let me know for further assistance.
 * Thank You
 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/colors-31/#post-7607239)
 * Hi [@nabill13](https://wordpress.org/support/users/nabill13/),
 * Did the above solution work for you?
 * Can we marked this ticket as resolved?
 * Thank You

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

The topic ‘Colors’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/awada/2.1.6/screenshot.png)
 * Awada
 * [Support Threads](https://wordpress.org/support/theme/awada/)
 * [Active Topics](https://wordpress.org/support/theme/awada/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/awada/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/awada/reviews/)

## Tags

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

 * 6 replies
 * 3 participants
 * Last reply from: [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/colors-31/#post-7607239)
 * Status: resolved