delete bug on the theme BeTheme

Hello everyone,


I have a issue on the BeTheme, on my website, you can see different information i need to hide but on the theme option or page option all are already hidden.


Check the screenshot below, i already success to hide with the CSS some issue but still have one check the screenshot below :


i already success to disable litle thing except all other you can see in circle on the screenshot up


For hide other bug i do that :


.share-simple-wrapper {

   border-top: 1px solid rgba(0,0,0,.08);

   padding: 15px 0;

   text-align: left;

   visibility: hidden;

}

.author-box .desc-wrapper {

   background: rgba(0,0,0,.02);

   padding: 20px;

   position: relative;

   margin-left: 105px;

   visibility: hidden;

}

.author-box .avatar-wrapper {

   width: 64px;

   height: 64px;

   float: left;

   border-width: 8px;

   border-style: solid;

   display: block;

   line-height: 0;

   -webkit-border-radius: 100%;

   border-radius: 100%;

   overflow: hidden;

   visibility: hidden;

}





to see the issue go here please : https://easyreza.fr/easyreza


Sorry for my bad english

Comments

Sign In or Register to comment.