diff --git a/_layouts/job.html b/_layouts/job.html
index d86bf03f7bbf352a2c2b1a2ff448891cbb0d9361..bacdb5e8c16bc29cfe12e0857a906639995478bb 100644
--- a/_layouts/job.html
+++ b/_layouts/job.html
@@ -9,9 +9,6 @@ css: careers
 
     <div id="container" class="mainContainer">
       <div class="careerDetail pages pageDetail">
-        <div class="bgTextbig">
-          CAREERS
-        </div>
 
         <div class="wrap">
           <a class="goBack" href="/html/careers.html"><i class="icon-arrow-left"></i>Careers</a>
diff --git a/_layouts/plugin.html b/_layouts/plugin.html
index 4cfda62e67ab88a2da3de3a5681a17fbeea04ddd..f31389aa0bd30dd68c593c84c3cd99dacaa00df4 100644
--- a/_layouts/plugin.html
+++ b/_layouts/plugin.html
@@ -18,9 +18,6 @@ css: plugin
         </div>
 
         <div class="pages">
-          <div class="bgTextbig">
-            Plugins
-          </div>
 
           <div class="wrap">
 			<h2 class="subTitle">{{ page.title }}</h2>
diff --git a/html/acsl.html b/html/acsl.html
index 4fe24bf8dcb3abb5f69f363786e4bd1aaa8d7b50..166c76bd8dbd0b8f135c07a456c850abd9fd1255 100755
--- a/html/acsl.html
+++ b/html/acsl.html
@@ -19,9 +19,6 @@ title: ACSL
       </div>
 
       <div class="pageKernel pages">
-        <div class="bgTextbig">
-          ACSL
-        </div>
 
         <div class="wrap">
           <h1>ANSI/ISO C Specification Language</h1>
diff --git a/html/careers.html b/html/careers.html
index 6a8abdd765c13d8ea495ec3acd45d6f354b8f5cc..2d1b2f5b83e89a2fa6cc8e44e8142bd1f7df9da5 100755
--- a/html/careers.html
+++ b/html/careers.html
@@ -11,9 +11,6 @@ title: Careers at Frama-C
 
     <div id="container" class="mainContainer">
       <div class="pageCareers pages">
-        <div class="bgTextbig">
-          CAREERS
-        </div>
 
         <div class="wrap">
           <h1 class="pageTitle">CAREERS</h1>
@@ -29,7 +26,7 @@ title: Careers at Frama-C
 
 			{% for job in site.jobs %}
 				<a class="listItem" href="{{ job.url }}">
-				<h4 class="listItemTitle" data-bgtext="{{ job.title }}">{{ job.title }}</h4>
+				<h4 class="listItemTitle">{{ job.title }}</h4>
 
 				<p>Job ID: {{ job.job_id }}<br>
 				Posted: {{ job.date | date_to_string }}<br>
diff --git a/html/kernel-plugin.html b/html/kernel-plugin.html
index a0ef7f63e4efcde4178f7195cc5e1e39607df421..d4b2e5397b226fd8f4337696798eebed7e41dae5 100755
--- a/html/kernel-plugin.html
+++ b/html/kernel-plugin.html
@@ -31,9 +31,6 @@ title: Kernel & Plugins - Frama-C
       </div>
 
       <div class="pagePlugin pages">
-        <div class="bgTextbig">
-          Plugin
-        </div>
 
         <div class="wrap">
           <div class="docListwrap">
@@ -48,7 +45,7 @@ title: Kernel & Plugins - Frama-C
                                   plugin.distrib_mode == distrib.key %}
 				  <a role="link" href="{{ plugin.url }}" class="listItem">
 					<div>
-					  <h4 class="listItemTitle" data-bgtext="{{ plugin.title }}"><span>{{ plugin.title }}</span></h4>
+					  <h4 class="listItemTitle"><span>{{ plugin.title }}</span></h4>
 					  <p>{{ plugin.description }}</p>
                                           <p>{{ distrib.name }}</p>
 					</div>
diff --git a/html/kernel.html b/html/kernel.html
index 027d5a79a99e20b7acb2c4a75655a5685f3a6c5e..8359f1a914b539a4714b450551385db5fde44255 100755
--- a/html/kernel.html
+++ b/html/kernel.html
@@ -19,9 +19,6 @@ title: Kernel & Plugins - Frama-C
       </div>
 
       <div class="pageKernel pages">
-        <div class="bgTextbig">
-          Kernel
-        </div>
 
         <div class="wrap">
           <p>WIP (TA)</p>