hello, is there a place where we can buy your current theme, or do we message you to buy it? it's very nice and orderly, and im interested in looking in on it!
Hi, just shoot me a message via the dashboard instant messaging system.
seen from Türkiye

seen from T1
seen from United States

seen from United Kingdom
seen from Canada

seen from China
seen from China

seen from Japan
seen from Germany

seen from United States
seen from China
seen from United States

seen from Russia
seen from Germany
seen from Türkiye
seen from China
seen from United States

seen from United Kingdom

seen from United Kingdom

seen from United States
hello, is there a place where we can buy your current theme, or do we message you to buy it? it's very nice and orderly, and im interested in looking in on it!
Hi, just shoot me a message via the dashboard instant messaging system.
hi. i was here looking for a theme i saw from a blog that i follow and i noticed that that blog has the same theme as yours and i was wondering if you've already released this theme?
Hi, the theme isn’t available for download, but you can buy it.
Hi, how do you get that calendar on the side of the blog? I'm just wondering if there is a code out there for it or you made it yourself. I really love it!
I posted a tutorial here on how to add one on your blog.
hi i was just wondering if the theme mediocre is still available?
Why wouldn’t it be available? https://pastebin.com/raw/Vy3tRfQa.
Hi there!! I was wondering how do you make it so that the faq and ask box are on the same page?
Check this tutorial by @a-pocketful.
Hi! Sorry to bother you, but can you please tell me if there is a way to make the cursor and the font bigger? I am trying to use the "shortcake" theme, but the cursor and the font are so tiny... I loved this theme though and I would love to use it! PS: I know you can choose the font size, But I wanted a larger size than the options given (if there is a way, I mean). (sorry if my english is bad, its not my native language. Also, I love all your themes! They're so pretty!)
Hi, thank you! To use the default cursor, delete
body, a, a:hover{cursor:url({select:Tiny Cursor}), auto}
from the
section. To change the font size, find the body selector and replace {select:Body Font Size} in the font property with your desired size.
the calendar is really cute!! i wanted to install it but i couldn't find anywhere in my theme's html. is there anywhere else i could place that code for the calendar to still show up?
A lot of people seem to be confused about this, so here’s a little explanation:
The tag is used to define style information for an HTML document, e.g. font color/family/size, letter-spacing, margin, padding, background color, etc. In old HTML versions, it was necessary to include the type attribute, <b><style type="text/css">. In HTML5, the type attribute is no longer required for CSS, but you can still find it in many codes.
Same thing with the
tag. Oftentimes, people tell me they can’t find it in their themes, and it’s because tags can contain attributes and/or classes inside the brackets (e.g. ), so when they use the search function and type , nothing comes up. Type instead. Or .<p>It’s a really minor thing, but I get so many messages related to this ¯\_(ツ)_/¯
I noticed that for the bakovia multicolumn theme, the tags are cut off if there are many tags/long tags, but for the unicolumn theme, all the tags are displayed and add more space to the post when they're all displayed. Is there any type of code that can help the multicolumn theme display all tags the same way the unicolumn version does?
Find the following code and delete the bold part:
.date { {block:IndexPage}width:calc({text:Post Size}px - 65px); white-space:nowrap; overflow:hidden;{/block:IndexPage} }