- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Am i able to insert a CSS command directly through Magento Admin? Or do i have to edit it in root files.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Goto Magento Root directory and edit the boxes.css file from below path: Root/skin/adminhtml/default/default/boxes.css and add your CSS command as you want to display.
Let us know if you require any further query/concern regarding the same.
Eric Baily
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For your purpose, Goto below path and edit styles.css file: Magento_root/skin/frontend/myPakage/myTheme/css/styles.css
Edit the file and Add your code you require to display on frontend.
Eric Baily
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Goto Magento Root directory and edit the boxes.css file from below path: Root/skin/adminhtml/default/default/boxes.css and add your CSS command as you want to display.
Let us know if you require any further query/concern regarding the same.
Eric Baily
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: CSS in Magento Admin
thanks for providing that answer, just an extension to my question, am i able to style store view switcher through magento admin panel? @websolution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: CSS in Magento Admin
Are you talking about frontend or backend? What do you mean by "style" word, does this means you want to change content, css, etc?
Can you please elaborate.
Eric Baily
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: CSS in Magento Admin
i created a store view and i got a store view dropdown box, however, how am i able to shift, change color, font with this dropdownbox? am i able to do it thru magento admin panel? or accessing the root file instead. @AddWebSolution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content