Posted by olivarig on October 12, 2012 at 3:55pm
I made a list but how can i set my own style? without editing the code (I mean how can i edit the style inside the view)
I made a list but how can i set my own style? without editing the code (I mean how can i edit the style inside the view)
Comments
=-=
A more defined meaning of "style" is likely necessary, but if you mean style with CSS, you don't do that from within views.module. you add your custom css to your theme's custom.css file.
I want to change the style
I want to change the style (css) of my view without editing the theme's custom css file. I want edit this inside the view, how can i make this?
=-=
which means you can't. you can add CSS classes to views output but you style those classes in a css file. Why avoid adding CSS to the css file?