[Resolved] Box shadow under custom header

Home Forums Support [Resolved] Box shadow under custom header

Home Forums Support Box shadow under custom header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1084539
    Max

    Hey there,

    I am using the lastest GP Premium and version of WP.
    I would like to add some box shadow underneath my custom page header (it was customized using CSS, php, html). It should be page-wide and stretching across the whole width.
    Could you tell me how to do it or show me where I can find a solution? Should I simply use the .page-hero selector?

    Thank you in advance and best regards!

    #1084871
    David
    Staff
    Customer Support

    Hi there,

    yes the page-hero selector would be the correct CSS class eg.

    .page-hero {
        box-shadow:  0px 5px 10px 5px rgba(0, 0, 0, 0.5);
    }
    #1085687
    Max

    Oh wow – it was that easy.

    Thanks a lot for the quick reply!

    #1085965
    David
    Staff
    Customer Support

    You’re welcome

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