I want to change the Welcome Message on the front page from H2 to H1 but I can't find the HTML Does anyone know which php file contains the Welcome Message?
Where to find HTML for Welcome Message
4 posts from 2 voices-
Posted 2 years ago #
-
Hey,
open up index.php and change:
<h2><?php echo $k_option['mainpage']['welcome']; ?></h2>to:
<h1><?php echo $k_option['mainpage']['welcome']; ?></h1>Posted 2 years ago # -
Can't believe I didn't spot that - thanks dude!
Posted 2 years ago # -
Glad that I could help you :)
Posted 2 years ago #
Reply
You must log in to post.














