Hello! For theme #37, how can I change the font for the title at the top of the sidebar?
Search (command+f) in your HTML coding for “#salsa” and change the “font-family” value to the name of your desired font.

seen from United States
seen from Yemen
seen from United States
seen from United Kingdom

seen from Azerbaijan
seen from Netherlands

seen from Maldives
seen from China
seen from Russia

seen from Romania
seen from Malaysia
seen from Germany
seen from Italy

seen from United Kingdom

seen from Australia
seen from Türkiye
seen from Singapore

seen from United Kingdom

seen from Germany
seen from United Kingdom
Hello! For theme #37, how can I change the font for the title at the top of the sidebar?
Search (command+f) in your HTML coding for “#salsa” and change the “font-family” value to the name of your desired font.
Hi! I have a question for theme 37 Summer Paradise. Is there a way to get rid of the music box completely? Because I dont want to play any music on my blog. Thank you! Btw I love all your themes :)
Search for the following part in your HTML coding, and then delete it:
Music{block:ifnotdefaultmusic}{text:music player code}{/block:ifnotdefaultmusic}{block:ifdefaultmusic}{/block:ifdefaultmusic}
♪ {text:song lyrics} ♪
You may also want to search for “#pinacolada” and then decrease the height.
Hope that helps :)
For your Theme #37 How do you change the colour of the Title, when you post something? Thanks, you have amazing themes by the way! :)
Search (command+f) in your HTML coding for ".tina{" and delete the below lines of coding:
display: block;
background: -webkit-gradient(linear, left bottom, right top, from(#ff00a1), to(#a600ff));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
Then change the "color" (it should read "color:white;", right underneath ".tina{") to the HTML code of the colour you want.
for your luxourious theme 37, how do you change the colors of the of the stats, links, about the blogger, etc, title?
Search (command+f) in your HTML coding for the below coding:
yum {font-family:bebas neue;background: -webkit-gradient(linear, left bottom, right top, from(#ff00a1), to(#a600ff));-webkit-background-clip: text;-webkit-text-fill-color: transparent;color:{color:sidebar text};font-size:20px;line-height:20px;}
Then delete the part shown below:
background: -webkit-gradient(linear, left bottom, right top, from(#ff00a1), to(#a600ff));-webkit-background-clip: text;-webkit-text-fill-color: transparent;
And then finally delete the "{color:sidebar text}", and replace that with the HTML coding of the colour you want it to be.
You are truly amazing! I love your themes. But I have a quick question. On number #37, how do you change the two pictures of the girls into something else? Thank you :)
You upload a new sidebar image from your customize page.
is there a way fro me to remove the palm tree for theme 37 when i have 2 coulms its kinda getting annoying not that i dont like it but it just annoys me
Just search for the following part in your HTML coding:
{block:iftwocolumns}{/block:iftwocolumns}
And delete all of that code. x
for theme 37 is there any way can replace the title with a banner?
There's not much space there for a banner :/
How do I change the margin size in the photos/entries on theme 37, thank you so much, and I love your themes btw :)
Search (command+f) for ".eduardo {" and adjust the margin value.