Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Nick Ciske

    (@nickciske)

    Add some CSS to your theme to hide it — there’s not an option to disable it.

    Thread Starter dtee

    (@dtee)

    Nick,

    Thanks so much for the quick reply. What type of code could I add and where? Sorry I am so clueless.

    This is what I am working on: https://54.235.200.166/

    Plugin Author Nick Ciske

    (@nickciske)

    Add this to the bottom of style.css in your theme:

    #salesforce{
    display: none;
    }

    Thread Starter dtee

    (@dtee)

    Nick you are awesome! One more question. Can I remove the “these fields are required” text? When I place a form in the sidebar it gets messed up with a screen resolution greater than 1330 px wide. I’d rather just git rid of the text!

    Please advise.

    Dana

    Plugin Author Nick Ciske

    (@nickciske)

    #requiredfieldsmsg{
    display: none;
    }
    Thread Starter dtee

    (@dtee)

    Thanks Nick,

    I am so close to get this to work. For some reason though, this form just does not seem t fit o in a sidebar with a resolution of 1024 wide (which is the size of an iPad). It looks great on my screen when its set to 1330 or wider.

    Is there anyway to shorten the width of the fields to get them to fit?

    Plugin Author Nick Ciske

    (@nickciske)

    The plugin comes with bundled CSS that works for most situations and with the core themes (but cannot work for all situations). It can be removed or overridden to make it work in your theme.

    Unfortunately I can’t provide free support for theme specific issues here (unless it’s a bug in the plugin).

    If you’re unable to modify the CSS yourself, you should look at hiring a developer to help you out.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removing Powered by Salesforce CRM’ is closed to new replies.