Hi guys!
Im using latest Joomla and T4 fw and T4_blank template.
In the layout settings i am able to change colors of my rows through the palletes tab. E. g. I change the background color of my header row to "color primary".
1.) Once selected, it shows "Background-color = color primary" while in all other fields the the hex code for the certain color is written. (maybe this is part of the problem)
2.) But the preview displays the correct color just for millisecond until it switches to grey. (there is inline css)
.t4-palette-primary_copy {
background-color: var(--primary);
color: var(--white);
}
.t4-palette-primary_copy {
background-color: #4ba8fa;
color: #fff;
when i disalbe the var above, it logically works.
3.) In frontend everything looks like expected correctly.
Another thing is the preview always opens the 404 error page, maybe it has something to do with the installed coomponent flexicontent. any thoughts?