Comments Yunus Kütük started the conversationFebruary 27, 2018 at 12:27pmHow can I change hero caption subtitle style? 1,974Support repliedFebruary 27, 2018 at 9:20pmHi, these are the default styles for hero subtitles:.light-content .hero-subtitle { color: #fff; opacity: 0.5;} .hero-subtitle { font-size: 16px; color: #000; width: 100%; z-index: 10; margin-left: 3px; line-height: 30px; -webkit-transition: color 0.2s ease-in-out 0s !important; transition: color 0.2s ease-in-out 0s !important;}after you customize them just add the code to theme options -> styling options -> custom CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyYunus Kütük repliedFebruary 28, 2018 at 12:05pmThank you for your interest. It is very helpful. Sign in to reply ...
How can I change hero caption subtitle style?
Hi, these are the default styles for hero subtitles:
.light-content .hero-subtitle {
color: #fff;
opacity: 0.5;
}
.hero-subtitle {
font-size: 16px;
color: #000;
width: 100%;
z-index: 10;
margin-left: 3px;
line-height: 30px;
-webkit-transition: color 0.2s ease-in-out 0s !important;
transition: color 0.2s ease-in-out 0s !important;
}
after you customize them just add the code to theme options -> styling options -> custom CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you for your interest. It is very helpful.