Changes not reflect in AEM forms theme editor | Community
Skip to main content
New Participant
December 12, 2018

Changes not reflect in AEM forms theme editor

  • December 12, 2018
  • 2 replies
  • 10534 views

Hi All,

When we are making changes using AEM forms theme editor and the changes are reflecting in theme.css file (/etc/clientlibs/fd/themes/*). When we are making css changes directly in theme.css , we are not able to see the updated changes in AEM form theme editor .

Please let me know if you have any idea on this issue.

Appreciate your help.

Stack used:

AEM 6.3

Service pack 2

Cummulative fix pack 2

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Mayank_Gandhi
Employee
December 12, 2018

Should work, what kind of styling are you trying to apply? Can you show a sample of the added style?

New Participant
December 12, 2018

I am trying to change the color of the label as below:

label{

line-height:1.42857143;

font-size:1rem;

font-weight:normal;

margin-bottom:2px;

margin-top:0px;

margin-left:0px;

margin-right:0px;

color:rgb(60,60,60);

}

But in theme editor its shown(55,57,60) as below:

Mayank_Gandhi
Employee
December 12, 2018

Works for me, can you check you are updating the correct css file and also try an incognito window. You should check this in preview and edit mode and not in style editor.

smacdonald2008
New Participant
December 12, 2018

I am checking with the customer care team to see if this is a known bug.