• Resolved saucemaniashop

    (@saucemaniashop)


    Hi,

    I’m using the Flatsome Woocommerce theme and for some reason the “Add to Wishlist” text is in all capitals and has a red background.

    Once the product is added to the Wishlist the “Browse Wishlist” font is correct.

    What could I have done to make it do this and how can I correct it?

    View post on imgur.com

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello there,
    hope you are doing well! ??

    This button is added by your theme, but you can fix it adding the next CSS rule in “Appearance > Customize > Additional CSS”.

    
    .wishlist-popup .add_to_wishlist.single_add_to_wishlist.button.alt {
       background-color: unset;
       text-transform: initial;
       margin-bottom: unset;
       line-height: 1.3;
       text-align: center;
       font-size: .9em;
    }

    Could you check it and let me know, please?

    Have a nice day!

    Thread Starter saucemaniashop

    (@saucemaniashop)

    Hi,

    Thank you. This seems to work. ??

    Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    Great, you are welcome! ??

    If you have any issue let us know and we will be happy to help you.

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“Add to Wishlist” text issue’ is closed to new replies.