Hello,
I am using views slideshow ddblock on bartik themes. How to overide views-slideshow-ddblock-cycle-vsddefault.css . I already copy to css folder in bartik themes (trying to copy in the root folder themes too), but it's doesnot work.
Please advice

Thank You

Comments

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

You can override the css in any file, but normally would use another slideshow theme like the vsdupright10-60 example slideshow themes and place it in sites/all/themes/[your_theme_name]/custom/modules/views_slideshow_ddblock/[slideshow_theme_name]

vsdupright10-60 example slideshow themes can be downloaded from http://ddblock.myalbums.biz/download
Make sure you have the right ones for views_slideshow_ddblock for drupal 7
Downloads for the Views Slideshow: Dynamic display block module for Drupal 7 (version 2.x - 5 Jul 2011 and later)
vsdupright1060V1-2.rar

slideshow theme names have conventions, it consist of :
name (upright)
pager (10)
orientation (p)

no spaces underscores in slideshow theme names
pager:
10 - number pager
20 - prev/next pager
30 - text pager
40 - image pager
50 - image/text pager
60 - scrollable pager

orientation:
p - portrait
l - landscape

Hope this helps you further, please let me know.