OS Property support center

styling the details text

  • Mick Graham
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
5 years 7 months ago #116898 by Mick Graham
styling the details text was created by Mick Graham
Hi

When I add this custom css it always overrides the font style back again to the original

Style.css
.detailsView, .property-meta, .os_property_content, .additional-details, .detailsBar {
font-family: "Poppins",sans-serif;
}

Custom.css
.detailsView, .property-meta, .os_property_content, .additional-details, .detailsBar {
[strike] font-family: Arial;[/strike] - this has strike through and the font always shows as "Poppins",sans-serif;
}

What am I doing wrong ?

thanks
Mick

Please Log in or Create an account to join the conversation.

More
5 years 7 months ago #116937 by Mr. Dam
Replied by Mr. Dam on topic styling the details text
Hi Mick,
I think you can use !important into your custom CSS to override the existing stylesheet of OS Property
Thanks
Dam

Please Log in or Create an account to join the conversation.

  • Mick Graham
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
5 years 7 months ago #116938 by Mick Graham
Replied by Mick Graham on topic styling the details text
yes

font-family: Arial !important;

works great!

Thanks

Please Log in or Create an account to join the conversation.

More
5 years 7 months ago #116939 by Mr. Dam
Replied by Mr. Dam on topic styling the details text
You are welcome, Mick
Thanks
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan