Action bar styles

Please help me to add custom style on action bar
I need to when you hover adds style to both the elements the icon and link

This code, when you hover over the icon adds style both to the icon and link:
.contact_details i:hover, i:hover~a {
text-decoration: none;
color: #fff !important;
}

when you hover over the link adds style to the link, to the icon does not:
.contact_details a:hover, a:hover~i {
text-decoration: none;
color: #fff !important;
}

I need to styles were added to both of the elements when you hover over any of them.

P.S. sorry for the google translation and thank you for your attention!

Comments

  • We are not sure what you exactly want to do but if you want to get different color on hover in action bar section, please use below css:
    #Action_bar .contact_details li a:hover { color: #FFF; }
    #Action_bar .contact_details li i:hover { color: #FFF; }
  • Sorry for bad English.
    The code that you gave when you hover highlights elements separately.

    This code highlight both the phone icon and phone number, when i hover phone icon
    .contact_details i:hover, i:hover~a {
    text-decoration: none;
    color: #fff !important;
    }

    but when i hover phone number the phone icon not highlight
    this code doesnt work:
    .contact_details a:hover, a:hover~i {
    text-decoration: none;
    color: #fff !important;
    }

    I need to when i hover the phone number: highlight the phone number and phone icon
  • We have no idea why 2d solution does not work, but instead of what you sent above, please use below css to get the same effect:
    #Action_bar .contact_details li:hover > * { color: #FFF !important; }
  • Thanks a lot! This code work.
Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.