Dec 2015
13:34
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?
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?
I like how you changed my theme!
Thank you, I’m so honored.
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.
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’.
Press the settings button and then ‘Find and replace’.
In the first input form write ‘.quote’ (with point). The second form should be empty.
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.
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.
It’s my pleasure! I’m so happy you love it!
I’m just wondering which one do you use? :)
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!