Is there a hr shortcode to add custom label to the rule without having to use the template builder?
I want to add a hr with a label "Latest Additions" within any page
Is there a hr shortcode to add custom label to the rule without having to use the template builder?
I want to add a hr with a label "Latest Additions" within any page
As far as I know the hr shortcode does not support this feature. However you could use/insert the html code directly:
<div class="hr hr_flag dynamic_el_4">
<div class="primary-background flag">
<span class="flag-text on-primary-color">Latest Additions</span>
<span class="flag-diamond site-background"></span>
<span class="mini-seperator extralight-border"></span>
</div>
<span class="hr-seperator extralight-border"></span>
<span class="primary-background seperator-addon">
</span>
</div>Thanks, that's what I ended up doing anyway :)
Glad you were able to get it sorted out :)
Let us know if you need anything else.
Regards,
Devin
You must log in to post.