age-gate-public-display.php
-
I want to change the look of the submit button by adding additional classes but obviously every time I update the theme I lose the change.
I’m using a child theme but I couldn’t see any documentation how I can add this to my functions.php
You have:
<?php if ($this->restrictions->input_type !== ‘buttons’): ?>
<input type=”submit” value=”<?php echo __($this->messages->submit) ?>” class=”age-gate-submit”>
<?php endif; ?>I want it changed to
<?php if ($this->restrictions->input_type !== ‘buttons’): ?>
<input type=”submit” value=”<?php echo __($this->messages->submit) ?>” class=”age-gate-submit fusion-button fusion-button-round button-xlarge button-default”>
<?php endif; ?>Look forward to hearing from you Phil.
Thanks,
Richard
The topic ‘age-gate-public-display.php’ is closed to new replies.