• Resolved tumateix

    (@tumateix)


    I what to change the blue color in the button, I′m using this shortcake:

    [lana_download id=”2024″]

    How Do change color and text?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Lana Codes

    (@lanacodes)

    Add CSS style to your website to change download button color in Appearance > Customize > Additional CSS:

    .lana-download-shortcode .lana-download {
       background-color: #ff0000 !important;
       border-color: #ff0000; /* change the border color similar to the background color */
       box-shadow: none; /* optional: delete the button shadow */
    }

    Change text:

    [lana_download id="2024" text="Download Button New Text"]

Viewing 1 replies (of 1 total)
  • The topic ‘Change download color’ is closed to new replies.