How to make sign-up button open in new window?

Home Forums Jevelin Theme How to make sign-up button open in new window?

Home Forums Jevelin Theme How to make sign-up button open in new window?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • heatherruthcreative
    Participant

    Hi, I hope you can help me.  I’d like to make the sign-up button under my website’s Schedule section to open in a new window (not the same window, as it does currently).  I don’t see an option to configure this in the section’s styling or options?  Thanks!

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

    heatherruthcreative
    Participant

    Sorry, one more thing…I would also like to change the color of the sign-up button “rollover” color if possible please?  It’s currently orange:

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

    Hi @heatherruthcreative,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    heatherruthcreative
    Participant

    Yes, it is http://www.danataft.com/yoga/

    Solution for this topic

    To open it in new window please use the attached small plugin specially developed for you that contains some custom code.

    I would also like to change the color of the sign-up button “rollover” color if possible please?  It’s currently orange

    You can change button hover color by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container a.sh-event-button:hover {
        border-color: #e9226f;
        background-color: #e9226f;
        color: #fff;
    }

     

    You can change the color value in the above code to whatever you want to use by referring the following pages.

     

    http://www.w3schools.com/html/html_colors.asp
    http://www.w3schools.com/html/html_colorvalues.asp
    http://www.w3schools.com/tags/ref_colorpicker.asp

     

     

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

    heatherruthcreative
    Participant

    This worked amazingly!!!  Thank you so much!!!

    You are most welcome here 🙂

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