You can't take the sky from me

27
Dec 2015
13:34
Hi again! I just have a question about the glass theme: when I try to add a page, like "about me" or "FAQ" or similar, the page has a reblog link and a notes count on top of the page, is it somehow possible to remove the reblog link and the notes?

How did I missed that thing???

I should think how to fix it. I’ll send you a message in some days or reblog this answer. Maybe you will need to update theme in your blog or I’ll say how to change the code. OK?

27
Dec 2015
13:12
It took me forever to even find a theme I like, but I absolutely love your glass theme! It makes my blog look great, thank you!

I like how you changed my theme!

Thank you, I’m so honored.

27
Dec 2015
13:09
Anonymous asked
I can't get the infinite scrolling to work on your glass theme, do you have any idea what the problem might be?

I checked this on my test blog, and I don’t know what happened. Infinite scrolling had worked. I’ll try to find the answer, but I haven’t it now, sorry.

12
Jun 2015
05:46
Anonymous asked
Hey, I'm using your ice power theme. I'm wondering how you change the text-style of posts that are quotes. It's a bit difficult to read with the background I'm using; I want to change the font color and text size.

Hi! You may edit HTML for customizing quotes text. I’ll try to explain you how to do that.

Go to your customize page and press ‘Edit HTML’.

image

Press the settings button and then ‘Find and replace’.

image

In the first input form write ‘.quote’ (with point). The second form should be empty.

image

You will find this code there:

.quote{
font-size: 18px;
text-decoration: none;
text-align: right;
padding: 0px 5px;
{block:IfNotWhiteBlog}
   text-shadow: 0px 0px 2px #eee;
   color: #000;

{/block:IfNotWhiteBlog}
{block:IfWhiteBlog}
   text-shadow: 0px 0px 3px #000;
   color: #fff;

{/block:IfWhiteBlog}
}

font-size: 18px;‘ is the text size. You may change ‘18′ to the bigger number to make font bigger or to the smaller one to make text smaller.

Then colors:

{block:IfNotWhiteBlog}
  text-shadow: 0px 0px 2px #eee;
  color: #000;
{/block:IfNotWhiteBlog}

This code is for black blog.

{block:IfWhiteBlog}
  text-shadow: 0px 0px 3px #000;
  color: #fff;
{/block:IfWhiteBlog}

And this is for white.

You can choose black or white content background in customize options. Code for black blog will not work if you use white one, and code for white blog will not work if you use black coloring. So, you may choose that part of the code that matches your blog main color.

text-shadow: … ;‘ is the shadow of the text or something like text background (in fact, it’s not). I don’t recomend you to edit this line if you don’t know what to do exactly. You may delete ‘text-shadow: … ;‘ if you want and see how the text’s look will change.

color: … ;‘ is the text color. ‘#000′ is black and ‘#fff’ is white. For changing text color you should know the HTML code for necessary color. You can found it here or here.

HTML color code always looks like this: ‘#BC2A2A‘ (’#’ and numbers/letters). Put the code of the color after ‘color:‘ and check the result.

For example, let’s change text color to red. The red color code is #FF0000. I’ll write it after ‘color:‘ and I’ll get this line:

color: #FF0000;

And my text color will be red.


That’s it! Please, let me know if my explanation help you and feel free to asking me other questions if you have them.

30
Mar 2015
12:14
Hi! I love your themes, but is there any way to add a search bar to the ice power or glass theme?

Hi! Thanks a lot!

There are a problem with a search bar in the Lorem ipsum theme, it doesn’t work at all. I’ll fix that and then I’ll add fixed search to the other themes, but I can not say when it will be.

02
Mar 2015
12:02
Anonymous asked
THANK YOU SO MUCH FOR YOUR THEME!!111

It’s my pleasure! I’m so happy you love it!

I’m just wondering which one do you use? :)

25
Feb 2015
01:27

I love when people customise or edit my themes so they look really great. I like to come into someone’s blog and just “wow, is it my theme?” I have no words to describe that feeling. Sometimes it looks really amazing and I’ve never thought my themes could be decorated so gorgeous!

02
Feb 2015
09:15
Anonymous asked
Your Ice power theme is free right?:)

Of course ;)