how do I remove the “zz” from top-left corner ?
I am not able to find it anywhere. Please help ASAP. thanks.
this is my site http://orangeye.ie/
how do I remove the “zz” from top-left corner ?
I am not able to find it anywhere. Please help ASAP. thanks.
this is my site http://orangeye.ie/
I would look here:
<div class="vc_row wpb_row vc_row-fluid edgtf-section edgtf-content-aligment-left" style=""><div class="clearfix edgtf-full-section-inner"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper">
<div class="wpb_text_column wpb_content_element ">
<div class="wpb_wrapper">
<p>zz</p>
</div>
It’s contained in a <p>
tag inside a <div>
with a class of ‘wpb_wrapper’ - if you can find out what’s generating that, you’ll be able to amend it.
Edit: @Rubble beat me to it.
Bravo Rubble you beat me too it… line 412
<p>zz</p>
thanks guys. it worked.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.