Hi,
how can i set a box shadow only on the start page?
If i do this:
#top .flex_column_table_cell {
box-shadow: 10px 10px 10px #666;
}
it makes it on all pages
Is there a way just for some columns?
Thank you for helping!
Hey Luisgasser,
Please try adding your page_id for your start page, like this:
#top .page-id-1593 .flex_column_table_cell {
box-shadow: 10px 10px 10px #666;
}
Best regards,
Mike
Hello Mike,
this doesn’t work.
May you have another idea?
Thank you for helping
Hi Luisgasser,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Dear All,
I’d like to add column drop shadow too to a certain section, preferably individually to certain columns (I may want to change the shadow colours). Please, see attachment link. Will you please help?
the page-id is always directly at #top so no space between ID and its classes:
#top.page-id-1593 .flex_column_table_cell {
box-shadow: 10px 10px 10px #666;
}
Hi,
Good catch @Guenni007, thanks.
Best regards,
Mike
Thank you, works as a charm!:)
Hi,
I’m glad this was resolved for you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon