Hi I’m trying to change color of specific buttons in specific Page titles.
I’ve followed the instructions here, but even if I specify a class or Unique ID, all the button change color
Example for unique ID i tried (this is the unique ID of the specific pagetitle component i want to change it’s button colors)
#sk-3_TKR9-545 .ui-button, .ui-widget-content .ui-button.ui-state-default {
background: blueviolet;
border: 1px solid blueviolet;
}
Example using a class, and assigning that class to specific pagetitle
.purplebutton .ui-button, .ui-widget-content .ui-button.ui-state-default {
background: blueviolet;
border: 1px solid blueviolet;
}
Can anyone pls help me out understanding where i got this wrong?
Thx
Question
apply css only to specific Page Title Component
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

