Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #538886

    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,

    • This topic was modified 8 years, 5 months ago by sailflags.
    #539869

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.