Skip to content

Commit

Permalink
Change 'Need Help' on homepage login box from h4 to h2.
Browse files Browse the repository at this point in the history
See #3246.
  • Loading branch information
boonebgorges committed Sep 25, 2023
1 parent ae0dada commit 160dc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/openlab/lib/page-funcs.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function cuny_home_login() {
<?php echo '</div>'; ?>

<div id="login-help" class="log-box">
<h4 class="title">Need Help?</h4>
<h2 class="title">Need Help?</h2>
<p class="font-size font-14">Visit the <a class="roll-over-loss" href="<?php echo esc_attr( site_url() ); ?>/blog/help/openlab-help/">Help section</a> or <a class="roll-over-loss" href='<?php echo esc_attr( site_url() ); ?>/about/contact-us/'>contact us</a> with a question.</p>
</div><!--login-help-->
<?php
Expand Down

0 comments on commit 160dc42

Please sign in to comment.