Hi,
I’m aiming to build a frontpage like this one:
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
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