Skip to content

Commit 2a4e5d8

Browse files
Update block-Bootstrap_Slider.php
1 parent 0be2d14 commit 2a4e5d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blocks/block-Bootstrap_Slider.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
$content .= '<img src="images/slider/'.$sliderthumb2.'" alt="'.$slidertitle2.'" style="border-radius: 30px; width:100%;">';
102102
$content .= '<br /><br /><br /><br /><br /><br /><br /><br /><br />';
103103
$content .= '<div class="carousel-caption">';
104-
$content .= '<h3>'.$slidertitle2.'</h3>';
104+
$content .= '<h2><strong>'.$slidertitle2.'</strong></h2>';
105105
$content .= '<p>'.$slidercontent2.'</p>';
106106
$content .= '</div>';
107107
$content .= '</div>';
@@ -110,7 +110,7 @@
110110
$content .= '<img src="images/slider/'.$sliderthumb3.'" alt="'.$slidertitle3.'" style="border-radius: 30px; width:100%;">';
111111
$content .= '<br /><br /><br /><br /><br /><br /><br /><br /><br />';
112112
$content .= '<div class="carousel-caption">';
113-
$content .= '<h3>'.$slidertitle3.'</h3>';
113+
$content .= '<h2><strong>'.$slidertitle3.'</strong></h2>';
114114
$content .= '<p>'.$slidercontent3.'</p>';
115115
$content .= '</div>';
116116
$content .= '</div>';
@@ -119,7 +119,7 @@
119119
$content .= '<img src="images/slider/'.$sliderthumb4.'" alt="'.$slidertitle4.'" style="border-radius: 30px; width:100%;">';
120120
$content .= '<br /><br /><br /><br /><br /><br /><br /><br /><br />';
121121
$content .= '<div class="carousel-caption">';
122-
$content .= '<h3>'.$slidertitle4.'</h3>';
122+
$content .= '<h2><strong>'.$slidertitle4.'</strong></h2>';
123123
$content .= '<p>'.$slidercontent4.'</p>';
124124
$content .= '</div>';
125125
$content .= '</div>';
@@ -128,7 +128,7 @@
128128
$content .= '<img src="images/slider/'.$sliderthumb5.'" alt="'.$slidertitle5.'" style="border-radius: 30px; width:100%;">';
129129
$content .= '<br /><br /><br /><br /><br /><br /><br /><br /><br />';
130130
$content .= '<div class="carousel-caption">';
131-
$content .= '<h3>'.$slidertitle5.'</h3>';
131+
$content .= '<h2><strong>'.$slidertitle5.'</strong></h2>';
132132
$content .= '<p>'.$slidercontent5.'</p>';
133133
$content .= '</div>';
134134
$content .= '</div>';
@@ -137,7 +137,7 @@
137137
$content .= '<img src="images/slider/'.$sliderthumb6.'" alt="'.$slidertitle6.'" style="border-radius: 30px; width:100%;">';
138138
$content .= '<br /><br /><br /><br /><br /><br /><br /><br /><br />';
139139
$content .= '<div class="carousel-caption">';
140-
$content .= '<h3>'.$slidertitle6.'</h3>';
140+
$content .= '<h2><strong>'.$slidertitle6.'</strong></h2>';
141141
$content .= '<p>'.$slidercontent6.'</p>';
142142
$content .= '</div>';
143143
$content .= '</div>';

0 commit comments

Comments
 (0)