Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design How can I overwrite the element.style on my startpage Reply To: How can I overwrite the element.style on my startpage

#248968
Shikkediel
Participant

I think you should target the span specifically (or it won’t override the inline style)…

article#item_130 span {
  color: #90949c;
  font-family: ‘Ubuntu’, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0px !important;
}