• Resolved nabill13

    (@nabill13)


    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

    (@webhuntinfotech)

    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

    (@webhuntinfotech)

    Hi,

    Did the above solution work for you.

    Thank You

    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

    (@nabill13)

    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

    (@webhuntinfotech)

    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

    (@webhuntinfotech)

    Hi @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.