diff --git a/manual/source/print_service.rst b/manual/source/print_service.rst index d1b4935..16306ac 100644 --- a/manual/source/print_service.rst +++ b/manual/source/print_service.rst @@ -85,22 +85,18 @@ It is possible to customize the printed service using CSS. To do this go to :menuselection:`Tools --> Open Data Folder` If you have a file named servicePrint.css delete it. -Starting with version 2.4.x you will need a folder in the Data Folder named serviceprint. -If you are using version 2.4.x or newer and do not have a serviceprint folder -in your Data folder, you will need to create a new folder named serviceprint -in the Data folder. +Locate the folder in the Data Folder named serviceprint. +If you do not have a serviceprint folder in your Data folder, you will need +to create a new folder named serviceprint in the Data folder. -Create a file named service_print.css in the serviceprint folder or for versions before -2.4.x create the file in the Data folder and paste the following into -service_print.css then make your changes to this file:: +Create a file named service_print.css in the serviceprint folder and paste +the following into service_print.css then make your changes to this file:: /* - Edit this service_print.css file to customize the service order print. Note, that not all CSS - properties are supported. - For OpenLP 2.4 and newer, please see - https://doc.qt.io/qt-5/stylesheet-reference.html - For OpenLP versions 2.0 through 2.2, please see - https://doc.qt.io/archives/qt-4.7/richtext-html-subset.html#css-properties + Edit this service_print.css file to customize the service order print. + Note, that not all CSS properties are supported. + Please see https://doc.qt.io/qt-5/stylesheet-reference.html for details + concerning the supported properties. */ .serviceTitle { @@ -321,8 +317,6 @@ Edit the CSS file to produce the required style. **Note:** Not all CSS properties are supported. See `Qt5 CSS subset `_ -or -`Qt4 CSS subset `_ for more information. **Example 1:** Item titles with notes on right hand side.