Hi @montein,
Thanks for contacting us,
If you want to change or lowering text on your website, you can paste the following css code in custom css filed(Theme Dashboard >> appearance >> customize >> header setting >> custom css filed)
.slide-text-bg2 h1
{
font-size: 80px !important;
}
Change font size according to your need.
And if you want to remove slider title you can paste the following css code in custom css filed ( appearance >> dashboard >> appreance >> customize >> header setting >> custom css filed)
.slide-text-bg2 h1
{
display:none !important;
}
Any confusion lets me know.
Thanks
Thanks a lot. I’ll get to work 🙂
While working…. I can indeed change font size but trying to get the text lower in the banner still doesn’t work.
-
This reply was modified 8 years, 2 months ago by
montein.
The problem still exists:
I can change font size but trying to get the text lower in the banner still doesn’t work.
I need some help with this… Can the moderator reply?
Hi @montein,
Could you please elaborate us more on your issue, and please share a screenshot of the issue you are facing, so that we can help you better regarding that.
Looking forward to helping you.
Thanks
It is about this website
http://performingopera.com/
You see the text Performing Opera, in the blue picture. I want to lower that to about the hips of that moving woman 🙂
I tried your first code:
.slide-text-bg2 h1
{
font-size: 80px !important;
}
—-
But this only changed the fontsize, it didn’t lower the total text.
Hope this is helpfull.
montein
Hi @mountain,
For this paste the following css code in custom css field (Theme Dashboard >> appearance >> customize >> header setting >> custom css filed)
.slide-text-bg2 h1
{
text-transform: lowercase !important;
}
Thanks
I’m sorry but I think you misunderstand me. This new code changes the caps P en O (Performing Opera) to performing opera. I want to lower the whole text which is now on the bottom half of her face, to lower in the picture… somewhere around her hips
http://www.performingopera.com
montein
Hi @montein,
Sorry for the inconvenience,
for this paste, the following css code in custom css filed
.slide-text-bg2
{
margin-top: 100px !important;
}
Change margin-top value according to your need.
Thanks
Perfect!
Thank you very much! Gratefull as always 🙂
montein