Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #18198
    my add
    Keymaster

    Dear admin and members

    I difficult to find this code. i want remove this element.
    Remove this
    How to remove this element

    URL

    #18199
    Templatesyard
    Participant

    Please post your questions with template name and please keep credit link these are help to solve your problem quickly.

    #18203
    my add
    Keymaster

    Ok. Name template http://timeline-themexpose.blogspot.in from http://themexpose.com

    my question how to remove this white page, white pages in the comments field. after the comments field on the move. white pages are still there

    http://timeline-themexpose.blogspot.in/2015/03/my-style-statement.html
    http://prnt.sc/8xq1t7

    #18209
    Templatesyard
    Participant

    Go to Template >> Template >> Edit HTML and now find and remove below coding. Don’t forget to Save finally.

    /*****************************************
    Comments CSS
    ******************************************/
    #comments {
     border: 1px solid #DFDFDF;
      margin: 0 auto 30px;
    clear: both;
      width: 100%;
      float: left;
      padding: 30px 30px 0;
    background: #fff;
      border-radius: 3px;
      -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);
      box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);
    }
    
    .comments h4 {  font-size: 15px;  line-height: 30px;  padding: 0;  text-transform: capitalize;  }
    #comments-block .avatar-image-container.avatar-stock img{  border-width:0;  padding:1px;  }
    #comments-block .avatar-image-container{    height:37px;    left:-45px;    position:absolute;    width:37px;  }
    #comments-block.avatar-comment-indent{  margin-left:45px;  position:relative;  }
    #comments-block.avatar-comment-indent dd{  margin-left:0;  }
    iframe.avatar-hovercard-iframe{  border:0 none;  padding:0;  width:25em;  height:9.4em;  margin:.5em;  }
    .comments .comments-content{  margin-bottom:16px;  }
    .comments .continue, .comments .comment .comment-actions {  display: block;  text-align: right;  }
    .comments .continue a, .comments .comment .comment-actions a{  padding: 0 7px;  font-family: 'Bree Serif', serif; }
    .comments .continue a:hover, .comments .comment .comment-actions a:hover{  text-decoration: none;  }
    .comments .comments-content .comment-thread ol{  margin:20px 0 0 -10px;  overflow:hidden;}
    .comments .comments-content .inline-thread{    padding:0;}
    .comments .comments-content .comment-thread:empty{    display:none}
    .comments .comments-content .comment-replies{    margin-left:0px;margin-top:0px;}
    .comments .comments-content .comment:first-child{padding-top:4px}
    .comments .comments-content .comment:last-child {border-bottom: 1px solid #DDDDDD;  padding-bottom:0;  }
    .comments .comments-content .comment-body{position:relative}
    .comments .comments-content .user a {   font-style: normal;  font-weight: bold;  text-transform: capitalize; }
    .comments .comments-content .icon.blog-author {display:inline-block;height:18px;margin:0 0 -4px 6px;width:18px}
    .comments .comments-content .datetime {  display: block;  line-height: 21px; margin-left: 0px;  }
    .comments .comments-content .datetime a {  color: #333;  font-size: 14px;  }
    .comments .comments-content .datetime a:hover {  text-decoration:none; }
    .comments .comments-content .comment-header {  margin: 0;  min-height: 40px;  padding: 10px;   position: relative;  }
    .comments .comments-content .comment-content{  margin: 0;  padding: 0 10px 10px 10px;  position: relative;  }
    .comments .comments-content .owner-actions {position:absolute;right:0;top:0}
    .comments .comments-replybox { border:none;height:250px;width:100%}
    .comments .comment-replybox-single { margin-left:4px;margin-top:5px}
    .comments .comment-replybox-thread {  margin: 5px 0 5px 15px;  }
    .comments .comments-content .loadmore a { display:block;padding:10px 16px;text-align:center}
    .comments .thread-toggle { cursor:pointer;display:none;}
    .comments .continue{   float: right;  cursor:pointer;  display:inline-block;  }
    .comments .continue a{  display:block;  font-weight: normal;  margin: 0 15px 0 0;  }
    .comments .comments-content .loadmore{cursor:pointer;margin-top:3em;max-height:3em}
    .comments .comments-content .loadmore.loaded{max-height:0;opacity:0;overflow:hidden}
    .comments .thread-chrome.thread-collapsed{display:none}
    .comments .thread-toggle .thread-arrow{display:inline-block;height:6px;margin:.3em;overflow:visible;padding-right:4px;width:7px}
    .comments .thread-expanded .thread-arrow{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC") no-repeat scroll 0 0 transparent}
    .comments .thread-collapsed .thread-arrow{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAJUlEQVR42mNgAILy8vL/DLgASBKnApgkVgXIkhgKiNKJ005s4gDLbCZBiSxfygAAAABJRU5ErkJggg==") no-repeat scroll 0 0 transparent}
    .comments .avatar-image-container {  float: right;  padding: 0;  margin: 0;  max-height:55px;  width:55px;  }
    .comments .avatar-image-container img {  display: block;  max-width: 55px;  width: 55px;  border-radius: 27.5px;  -moz-border-radius: 27.5px;  -o-border-radius: 27.5px;  -webkit-border-radius: 27.5px;  }
    .comments .comment-block {  margin-left: 0px;  position: relative;  }
    .comments .comments-content .comment {  background: #fff;  border: 1px solid #DDDDDD;  list-style: none outside none;  margin: 0 25px 15px 10px;  padding: 10px !important; }
    .comments .comments-content .comment:nth-child(even) {  background: #F9F9F9;  }
    
    #18213
    my add
    Keymaster

    Thank you very much moderator Mourseben. its work

    #18215
    Templatesyard
    Participant

    Always welcome buddy! Don’t forget to visit https://gooyaabitemplates.com/ when you need blogger templates.

    #19934
    my add
    Keymaster

    How to remove attribution

    #19960
    my add
    Keymaster

    Search in your template </head>
    Just above it, paste this:

    <style>
    #Attribution1 {
    display: none;
    }
    </style>

    Preview your blog, if all is good, then click save.

    #21429
    Templatesyard
    Participant

    Hello
    just i want to replace linked in Icon With Instagram in social Bar
    Theme Name : Minima Colored 3 Mag Style
    Theme Published : 16 July 2014
    Theme Updated : 19 December 2014
    Theme Base Color : White and Blue
    Theme Designer : Arlina Design
    Designer URL : http://arlinadesign.blogspot.com

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.