• The wp simple shopping cart does not appear in the “Styles->Blocks” of the twenty twenty-five editor. However, it can be added to a Paragraph block using the “+” block addition tool, and the type of cart can be selected. In my case, I chose the “Display Compact Cart 2” option. Opened the “Advanced” tab and typed in the Additional CSS needed to change the background color:

    .wspsc_compact_cart2
    {
    background-color:blue;
    }

    Nothing happens to the cart icon (it stays default green), although this same CSS works fine when added to the Additional CSS tab of another theme (Spacious). Is this something that can be made to work with the 2025 theme?

    The page I need help with: [log in to see the link]

The topic ‘additional css for wp simple cart’ is closed to new replies.