Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #864480

    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!

    #864596

    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

    #868727

    Hello Mike,

    this doesn’t work.

    May you have another idea?

    Thank you for helping

    #868876

    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

    #1143822

    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?

    #1143899

    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;
    }
    #1144067

    Hi,
    Good catch @Guenni007, thanks.

    Best regards,
    Mike

    #1144208

    Thank you, works as a charm!:)

    #1144233

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘column shadow’ is closed to new replies.