in Joomla Templates by simon (2.3k points)
Hi All,
I am trying to override a table attribute for an extension called Joom Career. On the pages with individual jobs it has a side table that contains the spec for that particular job. The descriptions in each case should be in bold but the TT CSS is not allowing it.

I have tried the following suggested by Joom Career but with no joy.


.jc_jobdetails_label {
    font-weight: bold;
}


Anyone have any ideas as how to remedy please?

1 Answer

by james (5.3k points)
Hi,

You can apply it from 'File->Preferences->Custom CSS' as

.jc_jobdetails_label {
    font-weight: bold !important;
}
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...