eBible User's Manual
Modifying the Look of eBible
![]()
Caution: This section presumes you have at least an intermediate knowledge of TYPO3, HTML, and CSS. Miscoding the CSS file can lead to vanishing words and even sections of your website.
You can change many of the ways eBible looks on your website by modifying the CSS file.
Download the example CSS file res/styles.css and save it to your local computer. You can access the file by clicking on the eBible icon in the Extension Manager and then selecting Edit Files in the drop down menu.
Once you've downloaded the file, you can modify it in any HTML editor. Once you've made your changes, rename the file to ebible.css, and use the Filelist module to upload it to the ext-templates folder.
Then add the following TypoScript code to the Setup field of either the root page's template or on the page template associated with the extension:
page.headerData.10 = TEXT
page.headerData.10.value = <link rel="stylesheet" href="fileadmin/ext-templates/ebible.css" type="text/css" charset="utf-8">
| 16 / 21 |

