AbleCommerce Forums
»
AbleCommerce
»
AbleCommerce 9 Bug Reports
»
9.0.6 default.css missing background Color .p1 data-count
Rank: Advanced Member
Groups: Authorized User, Registered, Developers, HelpDesk Joined: 11/30/2018(UTC) Posts: 86
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.
|
|
|
|
Rank: Advanced Member
Groups: Administrators, Developers, Registered, HelpDesk, Authorized User, Admin, System Joined: 10/11/2018(UTC) Posts: 110
Thanks: 19 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!
|
|
|
|
AbleCommerce Forums
»
AbleCommerce
»
AbleCommerce 9 Bug Reports
»
9.0.6 default.css missing background Color .p1 data-count
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.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close