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

    Hi,

    I’m aiming to build a frontpage like this one:

    http://jack-hughes.com

    I know it won’t be the same. But I think, I can get somewhere near it using the Avia Layout Framework, with some extra short code inside various blocks.

    However if I change the gaps between the blocks, which I think would be possible through CSS alterations, it would affect all pages. So do you think there can be en extra css just for the frontage?

    Best,

    Nedim

    #126131

    Hi,

    You can isolate the homepage using its unique body class selector. Inspect the homepage using Chrome, right click, inspect element. Look for the body class. It will look something like this page-id-734.

    You can use it before any selectors that you want to change. Something like this

    .page-id-734 .av_one_third {
    /* STYLE HERE */
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change Avia Framework settings only on one page?’ is closed to new replies.