Viewing 1 replies (of 1 total)
  • Plugin Author Danish Ali Malik

    (@danish-ali)

    Hi @audiomonk,

    Hope you are doing good today ??

    My plugin shows the solid background. I checked your site and figured out following property is causing the issue.

    a:not(.btn):not(.button):not(.added_to_cart):hover{ opacity: .75;} from hestia/style.min.css

    Add following CSS snippet into your CSS file.

    .floating_next_prev_wrap .floating_links .fl_inner_wrap .fl_icon_holder:hover {
        opacity: 1;
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Transparent Post Description’ is closed to new replies.