Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #162534
    jamietallman
    Participant

    I have the following custom CSS working to change the background color of the feature slider text box. However, when you hover over the text box, the color changes to black. How do I change the hover color? URL is http://4xq.ca2.myftpupload.com/

    #feature-slider .entry-container {
    background: rgba(136, 136, 136, 0.6) none repeat scroll 0 0;
    border-radius: 4px;
    }

    #162549
    Skandha
    Participant

    @jamietallman: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider .entry-container:hover {
        background-color:#123456 !important;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #162617
    jamietallman
    Participant

    Thank you. That worked.

    #162707
    Skandha
    Participant

    @jamietallman: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-base/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Feature Slider Hover Color’ is closed to new replies.