css - Can anyone help styling a view in drupal? -
i'm trying style views-slideshow on drupal site, once know how style 1 part of slideshow can style rest. have div on view want style , i'm having trouble putting border color on it? div ...
<div class="views-field views-field-field-slide-image">
if can how style , great
thanks
this old link, i'm sure it's useful you:
http://www.group42.ca/theming_views_2_the_basics
basically have create new files , put in theme. name of files depends on view. , module recomends names.
on other hand, can add border using css, add example:
.views-field-field-slide-image { border: solid 1px #000000; }
regards.
Comments
Post a Comment