Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #468616

    Hi,

    can you help?

    #468908

    Hey!

    Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your column element a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class:hover {
      background-color: green!important;
    }

    Best regards,
    Yigit

    #468955

    thanks Yigit!

    When hovering over column box is there a method to change the colour of the content elements within the column box. So for example a text block with grey text as normal and when hover to change to white?

    #468958

    Hey!

    Yes, that is possible as well. Can you please post the link to your page and point out the element you would like to customize?

    Best regards,
    Yigit

    #468967

    great thanks..

    #468973

    Hi!

    I have added following code to Style.css file of your child theme

    .row-box1:hover * {
    color: white !important;
    }
    

    Please review your website now

    Cheers!
    Yigit

    #469018

    thanks for the awesome support :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change column BG colour with mouseover hover’ is closed to new replies.