Viewing 4 replies - 1 through 4 (of 4 total)
  • the destination page is missing color-picker class in the <body> tag

    two options

    1. add the color-picker class to the second page (search through code/theme/plugin to find how first page received it
    2. remove the .color-picker prefix selector from the CSS, so it will work on pages without the body class
    Thread Starter kmason

    (@kmason)

    I do not how to do Option 1 so Option 2…
    Is this what I need to edit?

    .color-picker #content .page ul#color-selector, .color-picker #content .page ul#finish-selector {
    background-color: #fbfbfb;
    text-align: center;
    margin-bottom: 12px;
    padding: 0 0 12px 0;
    border: 1px solid white;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.35);

    yes, change any instance (i see two above, there may be more in the css) of

    .color-picker #content ...

    to just

    #content ...
    Thread Starter kmason

    (@kmason)

    Thank You!!! I have figured it out!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘trouble copying and pasting into a new page.’ is closed to new replies.