I found the following article on Google on how to apply custom styles to custom views:

http://www.sutechdesign.com/blog/2009/01/drupal-6-views-2-custom-theming/

The article references views-view-style.tpl.php in /sites/all/modules/views/themes/. However, I don't have this file in the themes folder here. Here is the list of files I have in my themes folder: www.mwebdev.com/at/files.jpg. So which file do I need to use to apply the custom style to the custom views, as described in this article?

Thanks.

Comments

mcfilms’s picture

I don't have that particular file either. Have you tried to leave a comment for the author?

A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com

i25’s picture

I'm trying to find good information on applying custom styles to custom views, and I can't seem to find anything good. Can anyone point me in the right direction?

WorldFallz’s picture

See Views 2 theming as well as the advanced help provided with the views module itself.

moshebeeri’s picture

Just select any views-view-****.tpl.php that you like to start from, copy it and work on the customization you like to have.
and that's it.

eman_ali’s picture

Dear,
I think that by views-view-style.tpl.php he means any of the following files :

views-view-grid.tpl.php
views-view-list.tpl.php
views-view-table.tpl.php
views-view-unformatted.tpl.php

I'm sure you have them ^_^