Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2012 at 22:59 UTC
Updated:
8 Sep 2012 at 03:14 UTC
Hello,
I do not have too much experience theming views output, so I am a bit stuck.
I went to views -> theming information and under "Row Style Output," there are numerous entries, one of them being "faculty-blog.tpl.php," which is the name of my page.
My understanding is that I create a php file called "faculty-blog.tpl.php" and put it in the views -> theme and add some css classes to it.
However, I am not sure what to do after that point. I am using for format unordered lists, and in the settings, I made the row class "views-facultyblog-css."
Do I just do something like
.views-facultyblog-css{
//insert css code here
}
Thank you
Comments
Comment #1
rawrzors commentedFigured it out myself.
Comment #1.0
rawrzors commented.