hello! i'm using updated moongate, and in the elsewhere section i want to change the background of the icons so that the transparent background blends in, instead of there being the gradient bg. but when i change the background colour to the post colour, which should work, the outline around the icons disappears, is there a way i can keep the outline and have the transparent background work?
hi i'm assuming ur referring to the about page - those icons don't have a border they only have a background, follow the instructions below the cut if u want to add one:
find the following section, delete the padding and change the background to the post color:
Hey! I had got your Moongate theme but, when I go to change the things such as name, sexuality, pronouns, etc. I can't change them, there is no place for me to change them. I also can't put anything in the about me section or anything, how do I change it?
hi i'm assuming ur talking abt the about page? i'm not exactly sure what u mean - u can just delete the placeholder text and put whatever u want there
hi! back with more questions about the moongate pages: i want to change the icon on the moon gate about page, but i wasn't sure where to edit. thanks a lot <3
hi, find this section and replace the bolded text below with your image url:
hii, im using the moongate theme and i cant change the text on "name, pronouns, age" thing. i also cant make a new line when i enter in the about me section
hi i'm assuming ur talking about the about page, not exactly sure what u mean with the name/pronouns part, i just put that text there as a placeholder but you can replace it with whatever u want.
to start a new line you can use <p> right before the text to make a paragraph break
Hey, loves your themes and I was wondering if there was a way to make the moongate about page icons not glowy? And also do you plan on making a navigation/tag page? Thanks and have a nice day
hi yes! i've just updated the code on pastebin, in the variables where you change your colors, change the text shadow value to 0 — so it should look like this: --text-shadow: 0;
if you don't want to re-download the code you can search text-shadow and delete those lines!
hi! i'm testing the moon gate page on a sideblog and whenever the text is too long in some places (my blog title or in the stats), the text looks weird and out of place, is there a way to fix that? also, are we allowed to change the icon to something other than out avatar? your codes are amazing, can't wait to see what you come up with next!
hey! for some reason pastebin's not saving my edit but for the title it's a rlly easy fix:
search for the section starting with .about #abt-img { and change this line:
flex-wrap:wrap;
to this
flex-wrap:nowrap;
for the stats honestly i'd just recommend keeping those short, but if there's something specific ur trying to do lmk and i can see if i can work something out! also yeah feel free to change the image and all that!! thank you <3
i love your moon gate about page! i was wondering if there’s a way to edit the “basic info stats” box to instead put a text there (a quote for example)? thank you for releasing this beautiful page, can't believe it's your first one!!!
sure! the image below is the end result, i hope this is what u meant and i did my best to explain what i did below the cut! pls lmk if you need more help or want to make different changes! thank you so much :)
HTML:
right now the info stats section of the html looks like this:
search for the section starting with: .about #text {
- add the following line inside the brackets: align-items:center;
- change the line that says
justify-content:space-between;
to
justify-content:center;
these changes will result in the image above! aside from that if you want to adjust the styling of the text you can add it to the .about #text span { section! for example i added the following bolded lines: