I have Joomla 5.2.2
After upgrading Masthead to 1.2.1, the font color in Masthead, both title and paragraph, changed to light gray and is now almost unreadable.
I have rolled back to 1.2.0, but you are welcome to log in and try upgrading to 1.2.1 yourself
This applies not only to the JA_Vitality template, but to several others as well.
Masthead color changes after upgrade
norwegian69 Hi
You can edit this file: /modules/mod_jamasthead/asset/css/style.css
.ja-masthead .ja-masthead-detail {
color: #fff;
padding: 40px 0;
max-width: 980px;
position: relative;
text-align: center;
z-index: 20;
margin: 0 auto;
}
change the z-index: 20 as above
Regards
- Edited
Ok, thanks,
Will this be fixed in a later version, since it applies to several other templates as well?
Regards
Team will check and fix it in next update. Thanks for the report.