CTA box rendering red on IE

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #2729
    designosarus
    Member

    I’m sorry if this is a known problem, or been covered in a previous thread, but I could not find a relevant thread.

    #2743
    livemesh
    Keymaster

    Can you please reply as a private message here with the page URL and IE version so that I can help resolve this? Thanks

    #2768
    designosarus
    Member
    This reply has been marked as private.
    #2780
    livemesh
    Keymaster
    This reply has been marked as private.
    #2796
    designosarus
    Member
    This reply has been marked as private.
    #2800
    livemesh
    Keymaster

    Ok looks like the problem is we have a red background color defined on the CTA box in /custom/custom.css file. You can either modify the file itself looking for the below markup and changing the background color or just insert the below CSS into Custom CSS tab in the options panel to fix this. Thanks –

    .smallCallToActionRight .box-frame {
    padding: 7px;
    background-color: #EEE !important;
    }
    

    BTW, really clean site. Very well done.

    #2846
    designosarus
    Member
    This reply has been marked as private.
    #2854
    rochester
    Member

    Hi!

    You don’t need to reply in private anymroe 🙂 We use that for test credentials or private date so other users won’t have access to it (only the support team)

    Please try this code:

    body .smallCallToActionRight .box-frame {
        padding: 7px;
        background-color: #EEE !important;
    }

    -roch

    #2882
    designosarus
    Member

    Thank you! The code works great. I really appreciate the help.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘CTA box rendering red on IE’ is closed to new replies.