Hover Box

Hi support,

I need to assign a css class to hover box shortcode.

The builder have this option but I don't find it in the shortcode.

Thanks




Comments

  • Hi,
    You can create the CSS rules for Hover Box without the Custom Class.
    .hover_box{
    YOUR CSS HERE;
    }
    Thanks
  • Hi,

    This is a generic class for all hover box.
    I have the hover box shortcode in a sidebar, how I can identify specific hover box?

    I need to integrate Bloom optin plugin on click over hover box, with builder I have no problem

    Thanks
  • It's not possible to add the class in the shortcode, but there is workaround to it.
    You can paste the shortcode in Column item, and then assign the Custom Class to that column.
    Then use the CSS, .myColumn .hoverbox - for example.

    See screen:

    Unfortunately, we do not support the "Bloom optin plugin", so we cannot help you with this plugin.
    Thanks
Sign In or Register to comment.