Bug CMS Message Background

Status
Not open for further replies.
Ok, simple fix until the next release.

Goto the following template: dbtech_vbslider_cms.css (found in the CSS Templates Group)

Find:
Code:
.sliderImage span {
      position: absolute;
      font: {vb:stylevar dbtech_vbslider_cms_message_font};
      padding: 10px 13px;
      background: {vb:stylevar dbtech_vbslider_cms_background};
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      opacity: 0.7;
      color: {vb:stylevar dbtech_vbslider_cms_message_color};
      display: none;
      top: 0px;
   }

Replace
Code:
background: {vb:stylevar dbtech_vbslider_cms_background};

with
Code:
background: {vb:stylevar dbtech_vbslider_cms_message_background};
 
Status
Not open for further replies.

Legacy vBSlider

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
839
Customer rating
0.00 star(s) 0 ratings
Back
Top