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

rawrzors’s picture

Status: Active » Closed (fixed)

Figured it out myself.

rawrzors’s picture

Issue summary: View changes

.