How can I change in the web builder H2 to H1 of the demo theme:
[heading2 title=”WordPress theme to present your fabulous Apps”]
To keep the css style of the text and add a <br/> tag inside it?
To make this change, you can have a look at the shortcode implementation in the plugin wp-content/plugins/livemesh-agile-shortcodes/includes/shortcodes/typography-shortcodes.php.
The current implementation is fairly simple with straightforward HTML. Then you can slightly tweak the same in your child theme functions.php to come up with your own shortcode like heading1 with the changes you require.
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Agile Theme Support’ is closed to new topics and replies.