Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #917844

    I would like to change the headline color in the ICON BOX TITLE section when mouse houver.
    I have a title on the title, but the title color remains the same. I would like to change the color of the mouse pointer. How to do it? UNI

    #917993

    Hey uuniversal,

    Can we please check your web site, so we can be able to help you out?

    Best regards,
    Basilis

    #918070
    #918259

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    h3.iconbox_content_title a:hover {
        color: blue !important;
    }

    Just change the color. Hope this helps :)

    Best regards,
    Nikko

    #920014

    Hi,
    it’s okay:

    1) I still need to underline the text link and the same I need for all headlines. I want all the links to behave the same way – they changed color and were underlined.
    2) I need all the links to be underlined.

    • This reply was modified 6 years, 8 months ago by uuniversal.
    #920439

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

     #top h3 a {
        text-decoration:underline!important;
    }
    

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.