Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #565129

    Hi, Enfold expert,

    I add the below iconbox shortcut code in a post.

    [av_icon_box position='left' boxed='' icon='1' font='entypo-fontello' title='IconBox Title' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Click here to add your own text
    [/av_icon_box]

    It display, H3 as the result, you are seeing below ones..

    <article itemprop=”blogPost” itemtype=”https://schema.org/BlogPosting&#8221; itemscope=”itemscope” class=”iconbox iconbox_left avia-builder-el-0 avia-builder-el-no-sibling “>
    <div class=”iconbox_content”>
    <header class=”entry-content-header”>
    <div data-av_iconfont=”entypo-fontello” data-av_icon=”” aria-hidden=”true” class=”iconbox_icon heading-color”></div>
    <h3 itemprop=”headline” class=”iconbox_content_title”>IconBox Title</h3></header>

    <div itemprop=”text” class=”iconbox_content_container “>
    <p>Click here to add your own text</p>
    </div></div><footer class=”entry-footer”></footer>
    </article>

    So, as i bold the divs, what to do, if i add the iconbox shortcut code in post, and it should not add that bolder tags..like header and h3. and the other divs are ok.

    h3 should not be added automatically with iconbox.

    Note: please don’t give me css, how to remove it by customizing either the html or php in theme.

    • This topic was modified 8 years, 6 months ago by hamzakhankhan.
    #565488

    Hi Hafeez!

    Please go to Enfold/config-templatebuilder/avia-shortcodes/iconbox.php file and search and replace “H3” tags.
    Also see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    Cheers!
    Yigit

    #566742

    Thanks bundles Yigit it worked for me, now the post should be closed.

    #566790

    Hi,

    Great, glad we could help :-)

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to Remove H3 from IconBox Shortcut code ?’ is closed to new replies.