Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #857867

    POPSCLstudios
    Participant

    Hello there,

    I have a simple yet complex question.
    I’d like to remove the drop shadow from a button I have on my site.
    I am using the shortcode to display the button.
    It is in my mega menu under ‘News & Highlights’
    You can view the issue HERE.
    I have attached a screenshot also to help you better understand my question.

    Thank you,
    Michael

    #858098

    Prasant Rai
    Moderator

    Hello Michael,

    Thanks for writing in!

    There seems to be an active under construction page. Kindly provide us with the admin details to your site so that we’ll able to check this further.

    Thank you.

    #859858

    POPSCLstudios
    Participant
    This reply has been marked as private.
    #859894

    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    a.x-btn.x-btn-flat.x-btn-rounded.x-btn-regular {
        text-shadow: none;
        border-radius: 0; /* optional for removing curved edges to match with other buttons on site */
    }

    Hope this helps – thanks!

    #861908

    POPSCLstudios
    Participant

    Amazing support as always!

    Your support team is a blessing.

    #862217

    Rad
    Moderator

    Thank you! We’re more happy to help, always 🙂