Okay
  Public Ticket #3249569
see through button hover
Closed

Comments

  •  1
    Mary Cunningham started the conversation

    Can I change the outline color of a see through button hover.

    Thanks!

  •  1,877
    Judith replied

    Hi Mary,

    Thanks for keeping in touch.

    Please try this css:

    body .nectar-button.large.see-through, body .nectar-button.large.see-through-2, body .nectar-button.large.see-through-3 {
        border-color: red !important;
    }

    Thanks.

  •  1
    Mary Cunningham replied

    Thank you for quick response. 

    Trying to have see through button normal state be one color for the type and outline and have the hover state be a different color for the type and outline.

  •  1,877
    Judith replied

    Hi Mary,

    Please remove the previous outline color css then add this css:

    .col.dark .nectar-button.see-through:hover {
        border-color: red !IMPORTANT;
        background: black !IMPORTANT;
    }

    Thanks.

  •  1
    Mary Cunningham replied

    The border color changes on the hover, but not the type color. See attached.Can both change border and type change on hover?

    Thanks.

    Attached files:  Screen Shot 2023-03-06 at 8.59.04 AM.png

  •  1,877
    Judith replied

    Hi Mary,

    Please send in your admin login details so that we can test the css from your end.

    Thanks.

  •   Mary Cunningham replied privately
  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .col.dark .nectar-button.see-through, .col.dark .nectar-button.see-through-2 {
        border-color: #ffe3b1 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Mary Cunningham replied

    This code works for outline but not the type. Any suggestions?

  •  1,877
    Judith replied

    Hi Mary,

    Please check it out now.

    Thanks.