I am trying to change the layout and customize the pre-configured Geometrixx-Gov site in AEM 6. For example, I would like to change the blue color in the header
Also, I would like to change the text of `All Applications` to something else I want.
**Questions**
- What is the best way to make these changes?
- Once I make my changes, is there a way to somehow take/package my changes and deploy them to an instance of AEM not running on my local computer?
I asked a similar question on SO http://stackoverflow.com/questions/29780301/how-to-change-layout-of-pre-configured-site-in-aem-6
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
1. You copy geometrixx gov site and create a new project so that you wont loose anything if you want to refer back.
2. To change the color of header, goto check the client libs used in the header component and then change it accordingly.
3. Once you make the change, take the package using package manager and upload it in other instance
http://docs.adobe.com/docs/en/aem/6-0/administer/content/package-manager.html
Views
Replies
Total Likes
Hi,
1. You copy geometrixx gov site and create a new project so that you wont loose anything if you want to refer back.
2. To change the color of header, goto check the client libs used in the header component and then change it accordingly.
3. Once you make the change, take the package using package manager and upload it in other instance
http://docs.adobe.com/docs/en/aem/6-0/administer/content/package-manager.html
Views
Replies
Total Likes
Hi Thanks for quick reply. I want to understand what you mean.
"1. You copy geometrixx gov site and create a new project so that you wont loose anything if you want to refer back."
How would I copy it? Should I download the geometrixx-gov package from "http://localhost:4502/crx/packmgr/index.jsp#/etc/packages/aemfd/cq-geometrixx-gov-pkg-1.0.40.zip" ?
2. To change the color of header, goto check the client libs used in the header component and then change it accordingly.
Where would I find the header component in CRXDE? I don't see header in the attached screenshot
3. Once you make the change, take the package using package manager and upload it in other instance
http://docs.adobe.com/docs/en/aem/6-0/administer/content/package-manager.html
Currently what I've done is this:
1. I downloaded geometrixx-gov package from http://localhost:4502/crx/packmgr/index.jsp#/etc/packages/aemfd/cq-geometrixx-gov-pkg-1.0.40.zip
2. I opened it with Adobe Brackets
3. I sync'd it with my localhost instance
4. I don't know where to make the change to the header background. From using Inspect Element in Chrome I can see that header element uses base.css defined in "/var/clientlibs/etc/designs/geometrixx-gov/clientlibs/base.css". However, that file is not part of the package when I downloaded it.
Views
Replies
Total Likes
So header is present here
http://localhost:4502/crx/de/index.jsp#/apps/geometrixx-gov/components/page/contentpage/header.jsp. You can customize the header here...
Views
Replies
Total Likes
and the css for the same (bg-blue) is present here
/etc/designs/geometrixx-gov/clientlibs/base/css/custom.css
Views
Replies
Total Likes
Got it. Thanks for your help!!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies