Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1357158

    CullinanDigital
    Participant

    Hi there,

    I’m having trouble getting some CSS to work properly on a Wufoo form embedded on an X theme site. It appears that X theme styling is overriding the custom CSS for my form.

    I want to style the container border to have a box-shadow.

    I’ll supply a link to the website in a private reply. The attachment shows what I want the container border to look like

    #1357161

    CullinanDigital
    Participant
    This reply has been marked as private.
    #1357635

    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    #container, html.embed {
        background-color: transparent;
    }

    Please add following code in text element’s style field :

    border: 2px solid #000000 !important;box-shadow: 10px 10px 5px #888888 !important;background-color: #fff;border-radius: 10px;

    Hope that helps.

    #1357652

    CullinanDigital
    Participant

    Thanks!

    #1357735

    Christopher
    Moderator

    You’re welcome.