cancel
Showing results for 
Search instead for 
Did you mean: 

which director to run php bin/magento setup:static-content:deploy

which director to run php bin/magento setup:static-content:deploy

Please see attached.  using magento 2.3.3.  Site not in production mode.  Using Webkul's Multi-Vendor package and need to change colors on Product page.

 

Which directory should I be in to run the php bin/magento setup:static-content:deploy?

 

Since Webkul would not tell me which file to edit, does anyone know which file to edit to change the colors on product page.  Thanks for your attention.agorae_colors.jpgstatic_content_deploy_error.jpg

 

6 REPLIES 6

Re: which director to run php bin/magento setup:static-content:deploy

Hello @Sheba 

 

Screenshots need to be approved by a moderator before we can see, but I can advise one thing,

In browser, right click, inspect element,

Select the section of color you want to change.

Bottom right you will see the CSS file and line, download that file and make a change what you want to change.

 

About your question where to run the deploy command, deploy command you need to run from Magento root only.

 

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: which director to run php bin/magento setup:static-content:deploy

@Sheba 

 

You can run deploy command in magento's root directory.
As I can see in your screenshot you need to run the command inside the public_html/ folder or you can say in parallel of pub folder.

Re: which director to run php bin/magento setup:static-content:deploy

Thanks. it shows error as seen in screenshot.

Re: which director to run php bin/magento setup:static-content:deploy

Try to run the following command from the Magento Root folder.

php bin/magento setup:static-content:deploy -f

Was my answer helpful? You can Click Kudos/Accept As Solution.
200+ professional extensions for M1 & M2 with free lifetime updates!

Re: which director to run php bin/magento setup:static-content:deploy

Please see attached or click here https://africloset.com/changing_color_and_words.jpg

 

I have no idea where to make the color changes needed in styles.m-css

 

HELP!

Re: which director to run php bin/magento setup:static-content:deploy

@Sheba  
you can create your own css file and change the color with which you want to change and placing of your custom css file be at the top.
If it help you give kudos and accept as solution.