Question
4
Replies
484
Views
Posted: May 22, 2019
Last activity: May 23, 2019
Closed
Solved
Change Dynamic Layout Group "Menu" bg colors and icons
Hi folks
Sometimes my Dynamic Layout Group change the appereance like the picture attached (clipboard2.png). So, Do you know how to change the icons and background (orange marked) to the same color I used for the control? I suppose that it's with custom CSS, but i can't localice tha class affected
Thanks in advance from Spain
Hello,
I have applied the below code in the UserWorkForm:
<style>
.yui-nav.tsb-menu.tab-ul.tab-ul-t.tab-ul-t-ns.subTabsList {
font-weight: 400;
color:#000000!important;
background-color:#ff69b4!important;
}
</style>
Please follow the identification of the class for the css based on the DOM structure as demonstrated in the screenshot provided.