I am planning to customize magento design from scratch
, for that i have investigated and found many solutions, some with bootstrap
and some without bootstrap
. I just wanted to confirm what is the best practice
for this, should i invest my time mixing bootstrap or should i just edit existing magento css file.
Asked
Active
Viewed 101 times
2
-
in both cases you have to edit the magneto existing css. – Qaisar Satti Mar 22 '16 at 10:53
-
Okay, you mean in some parts i have to put `rwd` css compulsory. So in that case what is the best practice should i include bootstrap or not.? I mean is it advisable to use bootstrap with magento, because we anyhow have to use rwd css. Right? – Soeb Safi Mar 22 '16 at 11:02
-
if you want to add bootstrap start with default theme. not rwd. – Qaisar Satti Mar 22 '16 at 11:03
-
you mean `base` theme.? – Soeb Safi Mar 22 '16 at 11:04
-
yes i mean theme because default is easy to customize as compare to rwd – Qaisar Satti Mar 22 '16 at 11:05
-
Okay, i have just now applied and tested `default > default` and `defult > modern` and `default > blank` so `default > default` is best to start with right.?? – Soeb Safi Mar 22 '16 at 11:10
-
`default > blank` is best to start. – Qaisar Satti Mar 22 '16 at 11:11
-
Okay, thank your for your help and support. :-) – Soeb Safi Mar 22 '16 at 11:12
1 Answers
1
Just add bootstrap file and start editing the magento styles.css. If not interested to edit style.css, then unlink that file from page.xml and stop using styles.css. Add your custom files and bootstrap to create the new outfit of your website.

Abhishek Dhanraj Shahdeo
- 1,356
- 2
- 14
- 35