Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #297173

    Hey guys, can you help with this?

    Thanks!

    – Chris

    • This topic was modified 9 years, 9 months ago by ccyran.
    #297221

    Hi Chris!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av-border-deactivate.avia-logo-element-container img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    }
    #top .av-border-deactivate.avia-logo-element-container img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    }

    Cheers!
    Yigit

    #297353

    Thank you!

    #297515

    Hey!

    You are welcome Chris, glad we could help! :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS styling to make Parent/Element Grayscale’ is closed to new replies.