Hi, I bough themes come with the child-themes. I want to change the default description color like image below. from gray to black.
I'm inspect with browser to change the color was fine,
then i navigate to www/app/design/frontend/Sm/market-child/web/css/css-custom.css
i add
/** * Custom CSS */ body { background-color: #ffffff; font-family: Open Sans; font-size: 12px; color: #000000; }
then i do the
magento setup:static-content:deploy -f magento cache:clean magento cache:flush
the result nothing change.
Regards,
bump
@razman_zainuldin wrote:Hi, I bough themes come with the child-themes. I want to change the default description color like image below. from gray to black.
I'm inspect with browser to change the color was fine,
then i navigate to www/app/design/frontend/Sm/market-child/web/css/css-custom.css
i add
/** * Custom CSS */ body { background-color: #ffffff; font-family: Open Sans; font-size: 12px; color: #000000; }
then i do the
magento setup:static-content:deploy -f magento cache:clean magento cache:flush
the result nothing change.
Regards,
this link may be useful for u
https://magento.stackexchange.com/questions/108685/how-to-add-a-custom-css-file-in-magento-2