Home New Guten Forums WoodMart support forum Woodmart Elementor – Title Element – How to add shadow

Woodmart Elementor – Title Element – How to add shadow

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

    IanB
    Participant

    Any idea how to add a drop shadow to the text used in the Woodmart Elementor Title Element ?

    #664396

    Hello,

    Edit the page with Elementor > Select the Section Title element you want to modify > Go to the Advanced tab > CSS Classes, and add a custom class like:https://ibb.co/F4fJPwMN

    Then navigate to Theme Settings > Custom CSS > Add the following CSS Code:

    .title-shadow {
      text-shadow: 2px 2px 5px rgb(0 92 255 / 40%) !important;
    }

    Best Regards,

Viewing 2 posts - 1 through 2 (of 2 total)