logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
rlopez397954  
#1 Posted : Wednesday, June 29, 2022 3:33:39 PM(UTC)
rlopez397954

Rank: Advanced Member

Groups: Authorized User, Registered, Developers
Joined: 11/30/2018(UTC)
Posts: 81

Thanks: 8 times
Was thanked: 1 time(s) in 1 post(s)
Just FYI the default Theme from 9.0.5 to 9.0.6 upgrade is missing the background color in the .p1[data-count]:after{.

Found this after copying the default.css to our custom themes default.css folder per the upgrade instructions. If you are using the Store Header Compact, worse case, you cant see any counts in your basket after adding products, if you are using a white background as we do.

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

nadeem  
#2 Posted : Thursday, June 30, 2022 1:03:58 PM(UTC)
nadeem

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, Authorized User, Admin, System
Joined: 10/11/2018(UTC)
Posts: 109

Thanks: 17 times
Was thanked: 18 time(s) in 18 post(s)
The default.css file has been cleaned up to the stock theme file to support multiple themes. That is why the custom styles have been removed from this file. You can add the background color to the shopping cart icon in your custom.css file to avoid any future upgrade overwrites. The following style will go inside your theme's custom.css file (You can add it using the theme editor from merchant admin):

Code:

.p1[data-count]:after{
  background:#206BA8;
}


Thank you!
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.