

ehlf-deactivated20170119 inquired |
heyo there! i'm using kougyoku (it's really lovely btw, thank you!!!) and i was wondering how i could disable the tiled background? i tried using hte advanced settings code but it didn't change anything... thank you much!! |
Hello!
Okay so just go to the code in the the ‘Edit HTML’ tab (where you copied the code into), and go down to right below <style>. You should see this below it:
body {
font-size:12px;
{block:if250px}font-size:10px;{/block:if250px}
font-family:calibri;
text-align:justify;
background-attachment:fixed;
color:{color:Text};
background-image: url('{image:Background}');
background-color:{color:Background};
}
Now, just below “body {”, add this:
background-repeat:no-repeat;
It should work with that!