RoldaHayes Posted September 21, 2010 Share Posted September 21, 2010 Is is possible to use an image for block headings?So instead of just text (i.e. {l s='Newsletter' mod='blocknewsletter'})I can used newsletter.png instead? Link to comment Share on other sites More sharing options...
RoldaHayes Posted September 21, 2010 Author Share Posted September 21, 2010 I've worked it out finally!in global.css - added the last line. /* Block newsletter */ div#newsletter_block_left div.block_content { padding: 1em 0; text-align: left } div#newsletter_block_left div.block_content p { padding: 0.3em 0; text-align: left } div#newsletter_block_left div.block_content input.button_mini { margin:1em 0 0 9px } div#newsletter_block_left H4{ background-image: url('path-to-image') } Thanks for looking Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now