Question Context Text Load Time and Opacity

Status
Not open for further replies.
Loading time for the content area is controlled via the "Transition Period" option in the Instance > Display Settings area.

Opacity is not currently editable via options or StyleVars. If you want to change it, you can edit the templates dbtech_vbslider_cms.css and/or dbtech_vbslider_forum.css (in the CSS Templates folder in the Template listing). Look for the following code:

Code:
.camera_caption > div {
      background: {vb:stylevar dbtech_vbslider_cms_message_background};
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      opacity: 0.7;
}

.camera_caption div:hover {
      filter: alpha(opacity=95);
      -moz-opacity: 0.95;
      -khtml-opacity: 0.95;
      opacity: 0.95;
   }

and change the opacity values to your liking.
 
Status
Not open for further replies.

Similar threads

  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Legacy Vbslider
Replies
0
Views
2K
  • Locked
  • Support ticket Support ticket
Replies
2
Views
2K
  • Locked
  • Support ticket Support ticket
Replies
5
Views
2K

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