how to hide some buottons
-
Hello
in the normal post I have inserted two buttons to resize text + and –
in the amp pages those + and – buttons still appears, because in the single.php the code is inserted in the blog content div…. how can hide those buttons in the amp pages?thanks for your help
<div class="blog-content"><div style="clear:both;float:right;"><h3 style="text-align: right;"><span style="font-size: large;"><span style="color: #ff9900;"> <span style="color: #ff6600;"> <a href="void(0);"> <style type="text/css">#boro{background: #00A3FF; font-weight: bold; font-size: 22px; color: #fff; float: right; padding-right: 12px; margin-left: 3px; transition: all 0.9s ease 0s; -moz-transition: all 0.9s ease 0s; -webkit-transition: all 0.9s ease 0s; -o-transition: all 0.9s ease 0s; padding-left: 9px; padding-bottom: 3px;} #boro:hover{background:#000;}</style> <div id="boro">+</div> </a> <a href="void(0);"> <style type="text/css">#soto{color: #FFF; background: #FF3300; font-weight: bold; font-size: 22px; padding-right: 14px; float: right; transition: all 0.9s ease 0s; -moz-transition: all 0.9s ease 0s; -webkit-transition: all 0.9s ease 0s; -o-transition: all 0.9s ease 0s; padding-left: 11px; padding-bottom: 3px;} #soto:hover{background:#000;}</style> <div id="soto">-</div></a>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘how to hide some buottons’ is closed to new replies.