Magento – custom css not working in the inherited child theme

customizemagento2ultimo

I am using ultimo theme for my store. Problem is in its _custom.less file there is written to make a new child theme for customizing the css. I have made the new theme but the problem is I am not able to customize it any way.All the theme is inherited successfully but when I changed the css it is not changing . What am I missing ?
This is my child theme directory.

app>design>frontend>Vendor>Child_theme_name>web>css>source>_theme.less

Best Answer

Place the child theme at following location

app->frontend->childtheme

Run commands at root of magento:

php bin/magento setup:static-content:deploy
Related Topic