Hi,
Just trying to align images on blog posts on the left and have the text (next to image) float right – flush with image (albeit with some padding)
Struggling to get that affect just on the homepage
Any changes I make to quick css are also affecting news page (all we want here is image centred with blog title)
What’s the quickest way to address above?
Many thanks,
Hey sailflags!
To apply CSS only on the homepage you can add a .home in front of each declaration like so.
.home a { color: blue; }
That will change all links on the homepage to blue, etc etc.
Regards,
Elliott