• Resolved pkacs

    (@pkacs)


    Version is 4.9.2
    I am a novice to CSS code, so I’m not sure I entered the code from the sample in the correct place.

    I am using the Fancy Accordion SU shortcode. I want to change the background color of the Title Bar to #F1827B. I also want to change the background color of the Content Box to #FFE098.

    My page with the Fancy Accordion SU shortcode is https://pkacs.com/solutions/
    .

    I went to Shortcode, Settings, Custom CSS and typed in the following:

    <h2>Custom styles</h2>

    [su_spoiler title=”Spoiler title” class=”my-custom-spoiler”] Spoiler content [/su_spoiler]

    <!–
    IMPORTANT
    You need to add this CSS code to the custom CSS editor at plugin settings page
    –>
    <style>
    .su-spoiler.my-custom-spoiler {}
    .su-spoiler.my-custom-spoiler .su-spoiler-title { background-color: #F1827B }
    .su-spoiler.my-custom-spoiler .su-spoiler-title .su-spoiler-icon,
    .su-spoiler.su-spoiler-closed.my-custom-spoiler .su-spoiler-title .su-spoiler-icon {
    left: 3px;
    background-color: #fff;
    }
    .su-spoiler.my-custom-spoiler .su-spoiler-content { background-color: #FFE098 }
    </style>

    I’m getting the following errors:
    Line 1: Unexpected token ‘<‘ at line 1, col 1.
    Expected LBRACE at line 1, col 18.
    Unexpected token ‘<‘ at line 1, col 18.
    Unexpected token ‘/’ at line 1, col 19.
    Line 3: Expected RBRACKET at line 3, col 13.
    Line 18: Unexpected token ‘<‘ at line 18, col 1.
    Unexpected token ‘/’ at line 18, col 2.
    Unexptected token ‘null’ at line 18, col 9.

    I saved the changes. Opened up the page in edit mode. Updated the page. Previewed the page. Nothing changed.

    I didn’t know how to put the screenshot in this message.

    Thank you.

    https://www.ads-software.com/plugins/shortcodes-ultimate/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter pkacs

    (@pkacs)

    I also just noticed that I am getting the following at the top of all my pages now:

    /* end Weaver II CSS */

    Thread Starter pkacs

    (@pkacs)

    It finally started working, but I’m still getting the following at the top left of all my pages:

    /* end Weaver II CSS */

    Thread Starter pkacs

    (@pkacs)

    Several hours later, I finally figured out where /* end Weaver II CSS */ was coming from, and was able to remove it.

    Hello,
    I am having the same problem. * end Weaver II CSS */ is on the top of my page and I am a novice and cannot figure out where this is coming from and I see you were able to find it.

    I would very much appreciate your assistance in deleting this from the top of my pages.

    Thank you!

    Never mind – I figured it out!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fancy Accordion’ is closed to new replies.