Home Forums WoodMart support forum Pop-up setup

Pop-up setup

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #132520

    Evgeny Sviridov
    Participant

    Hello! Tell me please, is it possible to make it so that when you click on a link (screenshot 1), a window pops up (screenshot 2)?

    Attachments:
    You must be logged in to view attached files.
    #132533

    Hello,

    It is possible by means of the Popup element in WP Bakery page chart. The element has button options to be displayed as a link. https://xtemos.com/docs/woodmart/shortcodes-2/

    Best Regards

    #132934

    Evgeny Sviridov
    Participant

    That’s what I did (screenshot 1). Is it possible to change the color of the text? Hide underscore under text? And to make so that the text was written in ordinary, and not in capital letters?

    Attachments:
    You must be logged in to view attached files.
    #132955

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .btn-style-link.btn-color-primary{
    border-color:transparent; 
    text-transform:none;
    }

    Best Regards

    #132971

    Evgeny Sviridov
    Participant

    Thank! Everything worked out! Only one moment remained. The active link on hover becomes, as shown in the screenshot. How can I make it so that when you hover the link does not change?

    Attachments:
    You must be logged in to view attached files.
    #132986

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .btn-style-link.btn-color-primary:hover{
    border-color:transparent; 
    text-transform:none;
    color:blue;
    }

    Best Regards

    #133561

    Evgeny Sviridov
    Participant

    Thanks for the help, you helped solve my problem.

    #133609

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Pop-up setup’ is closed to new replies.