$url = Cubedesigners_Util::generateAutoUri($s, $this->_datas['seourl_stu']);
$s->hover_color = empty($s->hover_color) ? '#000' : $s->hover_color;
- $hover_style = 'color:'. CubeIT_Util_Cms::hexToRGBA($s->hover_color, 0.5) .';'; // Using color so CSS can pass currentColor to :before pseudo element
+ $hover_style = 'color:'. CubeIT_Util_Cms::hexToRGBA($s->hover_color, 0.75) .';'; // Using color so CSS can pass currentColor to :before pseudo element
$c = '<div class="img-wrapper" style="'. $hover_style .'">';
$c.= $image;
align-items: center;
justify-content: center;
text-align: center;
- background-color: rgba(0, 0, 0, 0.6);
+ background-color: rgba(0, 0, 0, 0.75);
color: #fff;
padding: 1em;
opacity: 0;