New Landing How can we help? Atelier Credit Card Logo In Footer Colour

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Atelier
  • #303840
    parvenulondon
    Member
    Post count: 10

    Hi,

    I would like to know how to change the colour of the credit card logos in the footer of the theme.

    I think this would significantly help my conversion rate. Can you please let me know if this is possible with a simple bit of code and how to do so if possible.

    I look forward to hearing back from you.

    Adam
    [email protected]

    #303879
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option and change it to the desired colors.

    .fa-cc-amex{
      color:#000;
    }
    .fa-cc-mastercard{
      color:#000;
    }
    
    .fa-cc-paypal{
      color:#000;
    }
    
    .fa-cc-visa{
      color:#000;
    }

    Hope it helps.

    -Rui

    #303896
    parvenulondon
    Member
    Post count: 10

    Hi Rui,

    I have added the custom CSS but it does not appear to change on the site. Can you please tell me if something is incorrect?

    Screenshot of code attached for parvenu.london

    Adam

    Attachments:
    You must be logged in to view attached files.
    #303900
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Guess it’s necessary to use the !important tag

    Replace it by this one

    .fa-cc-amex{
      color:#000!important;
    }
    .fa-cc-mastercard{
      color:#000!important;
    }
    
    .fa-cc-paypal{
      color:#000!important;
    }
    
    .fa-cc-visa{
      color:#000!important;
    }

    -Rui

    #303901
    parvenulondon
    Member
    Post count: 10

    Unfortunately it is returning an error in the code. What do you suggest? Screenshot attached

    Attachments:
    You must be logged in to view attached files.
    #303903
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Don’t worry with that warning, the important should only be used when necessary and that’s why the warning.

    Can you provide me admin credentials, you probably have an error in any css above?
    Use the private reply.

    -Rui

    #303909
    parvenulondon
    Member
    Post count: 10

    Thanks Rui,

    I have managed to get this to work now. All the best.

    #303917
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great, glad it’s sorted.

    -Rui

    #303920
    David Martin – Support
    Moderator
    Post count: 20834

    Ok, glad you got it working.

Viewing 9 posts - 1 through 9 (of 9 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