• Hey there,

    how to set the color only when you put the cursor to icons? what are css rules? i just dont know the virtue set for that

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi snp_85!

    Can you screenshot what you are talking about and link to your site please?

    Thread Starter snp_85

    (@snp_85)

    https://s14.postimg.org/c46o209w1/screen2.jpg

    I know that this color is about to be to highliting all body elements, but i need to know if i could set the highlit for homepage icons only

    Yes you can but I would have to see your site to know for sure.

    Hey,

    If you’re using the home page icon menu, you should be able to use this CSS to target those elements. Try adding this to Appearance> Theme Options> Advanced Settings, and let me know if it works. If not, post a link and I’ll give you the correct code.

    .home-iconmenu a i {
        color: red;
    }
    
    .home-iconmenu a h4 {
        color: red;
    }
    
    .home-iconmenu a  {
        background: black
    }

    -Kevin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘icon highlight’ is closed to new replies.