How do I remove that crazy photolabel div across the top of dolphin. The one that has the dolphin photo, the horses etc
How do I remove that crazy photolabel div across the top of dolphin. The one that has the dolphin photo, the horses etc |
Lots of ways to do it but you can take out the __promo_code__ key from the page_1.html template file. It's located in /templates/base/page_1.html
It looks like this:
<bx_include_auto:_sub_header.html /> __promo_code__ __page_main_code__ <bx_include_auto:_sub_footer.html />
You can comment it out like this, just in case you change your mind:
<bx_include_auto:_sub_header.html /> <!--__promo_code__--> __page_main_code__ <bx_include_auto:_sub_footer.html />
You can also delete the pics from your admin > Settings > Basic Settings Updating my BoonexNerd.net site. |
Awesome....Thanks |