Posted by ithacaindy on July 26, 2010 at 7:04pm
I'd like to theme my blogs homepage block view. I want to add an img for the border. How can I do that? Thanks in advance.
I'd like to theme my blogs homepage block view. I want to add an img for the border. How can I do that? Thanks in advance.
Comments
Best thing is to install
Best thing is to install firebug in Firefox and see what it talks to.
Then you can add that in your css and you should be fine.
I for instance have the following:
block-views-articles-block_2 .views-field-title {
font-weight: bold;
font-family: Calibri, Arial, Helvetica, sans-serif;
margin: 0 15px 5px 0;
font-size: 1.833em;
-Ronald