adjusting the "order details" font size

  • Anthony Geselle
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
5 years 9 months ago #115842 by Anthony Geselle
adjusting the "order details" font size was created by Anthony Geselle
Hi, I was looking to enlarge the font size of the order details (see picture) and I found the .orderdetailstable class in the style.css but overriding to eg: .orderdetailstable td{font-size:18px;color:gray} it does not seem to change anything?

Am I missing something?
Attachments:

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

More
5 years 9 months ago #116130 by Mr. Dam
Replied by Mr. Dam on topic adjusting the "order details" font size
Hi Anthony,
It seems the font size of services in order details are fixed. You can add this into Custom CSS tab in OS Services Booking configuration:
#listOrderServices .orderdetailstabletd{
font-size:12px !important;
}
Thus, the font size of text in order details will be 12px
Thanks
Dam

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

  • Anthony Geselle
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
5 years 9 months ago #116146 by Anthony Geselle
Replied by Anthony Geselle on topic adjusting the "order details" font size
hi, thank you for your reply, but I still see the small font and when I inspect it in the browser it still show 11px:

<td width="25%" align="left" style="padding:0px;font-size:11px;color:gray;">
24.08.2018 </td>

it looks hard-coded?

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

More
5 years 8 months ago #116320 by Mr. Dam
Replied by Mr. Dam on topic adjusting the "order details" font size
Hi,
What's your OS Services Booking version?
Thanks
Dam

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

Moderators: Mr. Dam