Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    Sorry sir,

    but now link option on box is not available in plugin. We will try to ad this feature in plugin.

    Now can you explain this statement “highlight the entire box with mouseover “.

    Can you explain it with screenshot?

    Thanks

    Thread Starter olsbor

    (@borgeolsen)

    Thank you for a VERY quick reply!! ??

    This is my boxes:
    https://prnt.sc/aczi2w

    I would like the box I am having the mouse pointer above to change color/highlight the box. Is that possible?

    Plugin Author wpshopmart

    (@wpshopmart)

    Can you also provide me your colorbox page url?

    Thanks

    Thread Starter olsbor

    (@borgeolsen)

    Here you go:
    https://olsenconsulting.no/hh/tjenester/

    If I was precise enough, I want the box I have my mouse pointer above to change colour, or look a little bit different ??

    Plugin Author wpshopmart

    (@wpshopmart)

    Add this in your custom css field –

    #colorbox_main_container_360 .wpsm_panel-default>.wpsm_panel-heading:hover{
        background-color:#31a3dd;
    }

    try it and then let me know.

    Thanks

    Thread Starter olsbor

    (@borgeolsen)

    I tried now, but could not see any change.

    code entered:
    https://prntscr.com/ad4bmi

    page:
    https://olsenconsulting.no/hh/trafikk/

    Plugin Author wpshopmart

    (@wpshopmart)

    Remove previous custom css and then try it –

    #colorbox_main_container_363 .wpsm_panel-default .wpsm_panel-heading:hover{
        background-color:#31a3dd !important;
    }
    #colorbox_main_container_363 .wpsm_panel-default>.wpsm_panel-heading:hover{
        background-color:#31a3dd !important;
    }

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Add link to entire box’ is closed to new replies.