Hello @jennifercross
This can solve your issue.
.panel-widget-style .widget-title {
color: #d79124;
}
Thanks for this. However, the Arbitration section title has also now turned orange, I wish to keep that one #363534 – please could you help me to do that?
Many thanks,
Jen
Hi Jen,
I am sorry for the delay in response.
To have a unique style for specific element in a particular row, you should first add a unique class name to respective widget or row. Some page builder plugin usually have an option for this.
So you can use this CSS code after enabling a unique class name selector to the wrapper element (it could be widget or row).
.your-unique-element-class .widget-title {
color: #d79124;
}
Hope this reply helps.
Hi Kharis,
Thanks for getting back to me.
I am trying to change to title ‘Arbitration’ to white on the home page, I’ve tried this Custom CSS code, but perhaps it isn’t right as it doesn’t work:
.#pg-773-8.widget-title {
color: #fff;
}
How do I enable a unique class name selector, please?
Thanks,
Jen