Okay
  Public Ticket #3513570
Arrow color CTA
Closed

Comments

  •  8
    Adrien_Rdgs started the conversation

    Hi, 

    I would like change the arrow color of my CTA but I didn't found how to do this. In my case the arrow is black and the color that I want it's #005C50. Can you tell me where are the settings of this arrow ?

    The colors on hover are right.

    Best regards

    Attached files:  Black arrow.png
      Colors on hover.png

  •  1,876
    Judith replied

    Hi there,

    Thanks for writing to us.

    Please share your website access so we can access your site and write css for what's possible. On viewing it, I see it is in coming soon mode.

    I look forward to hearing from you.

  •   Adrien_Rdgs replied privately
  •  1,876
    Judith replied

    Hi there,

    Thanks for writing back.

    Your password seem not to be working:

    1673942595.png

    I would request you check again and resend.

    I look forward to hearing from you.

  •   Adrien_Rdgs replied privately
  •  2,958
    Andrew replied

    Hey Adrien,

    Thank you for getting back to us.

    I have gone ahead and added this CSS to change the color of the CTA button. I have gone ahead and added this here https://www.agencechamplibre.com/wp-admin/admin.php?page=Salient&tab=1#:~:text=for%20more%20information-,Custom%20CSS,-Code

    body.material[data-button-style^=rounded] .nectar-button.see-through-2[data-color-override="#ffffff"]:not(:hover) i {
     color: #005C50 !important; 
    }
    

    Please review and let us know what it looks like from our end.

    Kind regards,

  •  8
    Adrien_Rdgs replied

    Great, thank you so much, it's work very well.