◉ marr ◉'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

HOW 2 CUSTOMIZE UR BLOG ENTRY POST LAYOUTS!! (FIXED COMMENTS AND ICONS 12/8)




 hey slays. it always bothered me that i could never figure out how people customized their blog post layouts until now so ill get em here

  1. click on the <> sign on the top left of the editor
  1. paste the code below before your blog content
  1. should be finished, you can see if it changes after you click on the <> (now an eye) that converts the editor to its original state.


 Heres the code i used for this posts layout, feel free to customize as you wish, and please let me know if theres anything i can add/change or ask questions about (however i am not a coder, theres some questions i probably wont be able to answer):

<style>

 

 body {

    background-image: url("background image link here!");

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    background-attachment: fixed;

    font-family: 'Georgia', serif;

  }

 

.inner b {

  color: #FF0000

}

 

  nav .top {

    background-color: black;

  }

 

  nav .links {

    background-color: black;

    text-align: right;

    border-radius: 4px 4px 0 0;

    background-position: center;

    background-repeat: no-repeat;

  }

 

  button {

    color: #FF0000;

    background-color: black;

  }

 

  .count {

    color:#FF0000 ;

  }

 

  a {

    color: #FF0000;

  }

 

  nav .links a {

    color:#FF0000;

  }

 

  footer {

    background-color: black;

  }

 

  footer p {

    color: #FF0000;

  }

 

  footer .links {

    color:#FF0000;

  }

 

  .comments-table td:first-child, .comments-table td, .comment-replies, .details-table td:first-child, .details-table td {

    background: black;

    color:#FF0000;

  }

 

  .edit-info {

    background-color: black;

    border: 1px;

  }

 

  .blog-entry .title {

    background-color: black;

    color: #FF0000;

    padding: 5px;

  }

 

p.links a:first-child .icon{

  content: url("icon for your blog here!”);

  width: 25px;

  height: auto;

}

 

p.links a:nth-child(2) .icon {

  content: url(“icon for your profile here!”);

  width: 25px;

  height: auto;

}

 

p.links a:last-child .icon, table.comments-table td .icon {

  content: url(“icon to report here!”);

  width: 25px;

  height: auto;

}

 

  .blog-entry .content {

    background-color: black;

    padding: 10px;

  }

 

  main {

    background-color: black;

  }

 

  main .left {

    background-color: black;

    color: #FF0000;

  }

 

  main .right {

    padding: 1px;

    background-color: black;

  }

 

HTML,BODY{cursor: url("cursor link here"), url("cursor link here"), auto;}

 

.logout-btn,

.blog-entry .kudos-btn{

  background: none !important;

  border: none;

  padding: 0 !important;

  cursor: pointer;

  user-select: text;

  text-decoration: none;

  color: #FF0000;

  color: var(--#FF0000);

}

 

</style>





520 Kudos

Comments

Displaying 20 of 83 comments ( View all | Add Comment )

Ergojade

Ergojade 's profile picture

tyvm!!


Report Comment

☆~catalanufa~☆

☆~catalanufa~☆'s profile picture

The code works great, thanks! The only issue I have is that in the preview to my blog posts you can see the code, does anyone know how to fix it?


Report Comment



you can move the code to the bottom of the entry, like keep the text on top and leave the codes at the end

by DudaIstWunderbar; ; Report

thanks! that's the only thing that works

by ☆~catalanufa~☆; ; Report

𝙰𝚗𝚍𝚢

𝙰𝚗𝚍𝚢's profile picture

THANKU SOSOS UCH I REALLY NEEDED THIS <3


Report Comment

maiden ru/eng/deu

maiden ru/eng/deu's profile picture

tysm!!!


Report Comment

Maimai

Maimai's profile picture

Thank you sm!!


Report Comment

✮DAISYYY✮

✮DAISYYY✮'s profile picture

Thank you!! This is so helpful. But How do i add the image in the back? Its not working :sob:


Report Comment



remove the quotation marks in the brackets where you put an image/gif url, so instead of it saying " background-image: url("insert url here"); ", it should say " background-image: url(insert url here); "

i hope this helped ><

by N00dle50upz; ; Report

cloudyrobs

cloudyrobs's profile picture

That is super helpful thank you so much!!!


Report Comment

jujudrk03⋆꙳⭒﹡。

jujudrk03⋆꙳⭒﹡。's profile picture

THANK YOU!!!!!!!!!1


Report Comment

jujudrk03⋆꙳⭒﹡。

jujudrk03⋆꙳⭒﹡。's profile picture

THANK YOU!!!!!!!!!1


Report Comment

Aerozune

Aerozune's profile picture

I didn't know it was this easy tysm!!


Report Comment

🌟Pipkin the Clown🌟

🌟Pipkin the Clown🌟's profile picture

Thank you, this was really helpful! :D


Report Comment

Lyrexios Creator Guardian

Lyrexios Creator Guardian...'s profile picture

thanks def gonna use this now!


Report Comment

UrSven

UrSven's profile picture

thank you!


Report Comment

jueajs

jueajs's profile picture

muito obrigado!!


Report Comment

Vanessa The Vampire o((>ω< ))o

Vanessa The Vampire o((>ω...'s profile picture

Thank you!


Report Comment

pr1ncess_sh1t

pr1ncess_sh1t's profile picture

oh my gosh thank you so much!!!


Report Comment

Snowymuffinz||ROCÍO YANI'S #1 FAN!!

Snowymuffinz||ROCÍO YANI'...'s profile picture

love you THANK YYOUUU


Report Comment

*ੈ✩‧₊˚Mykks*ੈ✩‧₊˚

*ੈ✩‧₊˚Mykks*ੈ✩‧₊˚'s profile picture

using!! thank u so much!


Report Comment

fawn

fawn's profile picture

using !!


Report Comment

Namik0_o

Namik0_o's profile picture

What is inner b for?


Report Comment