New Landing How can we help? Atelier Review Star & Shortcode Button colours

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #286458
    lilcreatures
    Member
    Post count: 34

    Hello,

    1. Can we change the button colours from shortcodes. I’ve used the Turquoise option but would like the main colour to be #75bcb8 and the hover colour to be #54cec7

    2. Can we change the colours of the Review Stars ONLY to #eabe12? on both the shop/category pages and in products

    Thank you

    #286478
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Which button color do you want to change?

    2- Please use this custom css code:-

    .woocommerce .star-rating span:before {
        color:  #eabe12 !important;
    }
    

    Thanks
    Mohammad

    #286480
    lilcreatures
    Member
    Post count: 34

    Hi Mohammad,

    The star colour code worked perfectly – thank you!

    The button shortcode is this one:
    [sf_button colour=”turquoise” type=”sf-icon-reveal” size=”standard” link=”/onesie-sets/” target=”_blank” icon=”fa-long-arrow-right” dropshadow=”no” rounded=”no” extraclass=””]

    Is that what you were after? I like the white text but the button fill colour is a bit off for my site.

    Thanks

    #286481
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with button to check and find exact solution.
    Thanks
    Mohammad

    #286483
    lilcreatures
    Member
    Post count: 34

    http://lilcreatures2.tcc-staging.com/
    I have used SPB Sections with the buttons to categories.

    #286491
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Do you want to change the background color of button?
    Thanks
    Mohammad

    #286502
    lilcreatures
    Member
    Post count: 34

    Yes, I would like to change the main colour of the button to #75bcb8 and the colour to be #54cec7 when hovered over.

    Thank you

    #286511
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this customm css code:-

    a.sf-button.sf-icon-reveal.turquoise {
       color: #75bcb8 !important;
    }
    
    a.sf-button.sf-icon-reveal.turquoise:hover {
        color: #54cec7 !important;
    }

    Thanks
    Mohammad

    #286894
    lilcreatures
    Member
    Post count: 34

    Hi Mohammad,

    We are almost there I’m sure! This code has changed the TEXT colour only to the colours I specified leaving the button colour bright turquoise. Can we change the button fill colour only leaving the text white #fff for all?

    Thank you.

    #286897
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this customm css code:-

    a.sf-button.sf-icon-reveal.turquoise {
       color: #fff !important;
       background-color: #75bcb8 !important;
       
    }
    
    a.sf-button.sf-icon-reveal.turquoise:hover {
        color: #fff !important;
        background-color: #54cec7 !important;
    }
    

    Thanks
    Mohammad

    #286913
    lilcreatures
    Member
    Post count: 34

    AMAZING THANK YOU!

    #286924
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad 🙂 to help you.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register