Hi i’m trying to change the css for a couple specific button in my page, but for some reason, no matter what i do , they won’t align left…
here’s css i’m using:
.buttoncolor .ui-button, .ui-widget-content .ui-button.ui-state-default { background: transparent;
border: 0px;
color: black;
box-shadow: 1px 1px 5px 1px white;
text-align: left
}
And here how those button are appearing now
This is 3 different “Page title components” each with 1 button
All 3 has same css class applied

Any ideas on why ? or what I missed?
Thank you







