Sidebar "Group Title" Text Color

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
neodaemon
User
Posts: 61

Sidebar "Group Title" Text Color

Post by neodaemon »

Fresh install of PHPMaker 2018, default "red" theme.
Where / how do you change the left, sidebar, menu "Group Titles"?

I can see how I change the actual menu item link colors, but the "group titles" never change their text color.

Please help,
Thanks


arbei
User
Posts: 9383

Post by arbei »

You can add your style code in [HTML] -> [Styles] -> [User] to change the color of the Group Title.

For example:
body[class^=skin-]:not([class$=-light]) li.header {
color: #fFFFFF;
}

You can always right click the elements and check the style code to change it.


neodaemon
User
Posts: 61

Post by neodaemon »

Thank you for the help.


Post Reply