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

    I want to make the color section of enfold have hover effect on mouseover. Please can you advice me on how to do this?
    Thanks

    #415321

    Hey gigoz!

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

    .page-id-14731 #av_section_4:hover {
      background-color: #e2e2e2!important;
    }

    It would change the background color of your “Meet your instructors” section on hover

    Cheers!
    Yigit

    #415335

    I would like to apply this to other sections in same page and other pages. kindly explain how you make up this code so I can apply it in other sections.

    Thanks

    #415340

    Hey!

    You can edit your color sections and give them a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
    and then change the code to following

    #your-unique-id:hover { background-color: orange !important; }

    Regards,
    Yigit

    #415352

    Fantastic!. Now another question. if i want hover effect on an element, how can i go about doing that. For example, lets say I have 4 column in a section. How can i make the hover effect affect each column separately?

    Thanks

    #415359

    Hey!

    You can inspect elements on your page and target them using page ID avia element ID – http://i.imgur.com/OwA3ofs.png?1
    then add following code to Quick CSS in Enfodl theme options under General Styling tab

    .page-id-987 .avia-builder-el-1:hover { background-color: orange; padding: 10px; border-radius: 5px; }

    Regards,
    Yigit

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