Viewing 15 posts - 16 through 30 (of 38 total)
  • #260104
    guentherportfolio
    Member
    Post count: 266

    Thank you for your fast response. It is the fa-check icon.

    Regards
    Martin

    #260105
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you screenshot which part you are referring to? The success message when a product is added to cart?

    – Kyle

    #260113
    guentherportfolio
    Member
    Post count: 266

    I hope I understood you in the right way. Here is a screenshot of that area. It is a boxed content via the swift page builder. I included icons and text. You brought me an idea – does the color of the “added to cart” success message change too? Is it possible to change this too?

    Attachments:
    You must be logged in to view attached files.
    #260117
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry no screenshot attached?

    It would help if you could provide a link to the page

    – Kyle

    #260120
    guentherportfolio
    Member
    Post count: 266
    This reply has been marked as private.
    #260143
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .single-product .sf-icon {
      color: #111;
    }

    – Kyle

    #260160
    guentherportfolio
    Member
    Post count: 266

    Thank you for your help, Kyle. Is it possible to change the color of the “add to cart” success message square too?

    #260364
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I can you provide a screenshot of that message so we can provide you a specific css for it?
    Thanks

    -Rui

    #304512
    guentherportfolio
    Member
    Post count: 266

    Hi again,

    is it possible to change the color of the icons per page? In example you have an icon in white color on a grey background. What if you would use the same icon on a white background? If i would edit it like described via the Custom CSS section, it will change it’s color on every page. Thanks in advance for your help.

    #304515
    David Martin – Support
    Moderator
    Post count: 20834

    Each page has a unique body class ID. You can use that to prefix the CSS with.

    .postid-38935 .single-product .sf-icon {
      color: #red;
    }
    
    .postid-98754 .single-product .sf-icon {
      color: #blue;
    }

    EX:

    #304516
    guentherportfolio
    Member
    Post count: 266

    I see. Thanks for the fast answer, David…

    #304519
    David Martin – Support
    Moderator
    Post count: 20834

    Happy to help.

    #304527
    guentherportfolio
    Member
    Post count: 266
    This reply has been marked as private.
    #304535
    David Martin – Support
    Moderator
    Post count: 20834

    Try this:

    .pageid-12289 .fa-map {color: #ff6633!important;}

    #304543
    guentherportfolio
    Member
    Post count: 266

    Doesn’t work unfortunately. Are there any other possible options? Thanks

Viewing 15 posts - 16 through 30 (of 38 total)

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

License required for one of the following items
Login and Registration Log in · Register