Okay
  Public Ticket #1484292
Hero Caption Subtitle
Closed

Comments

  • Yunus Kütük started the conversation

    How can I change hero caption subtitle style?

  •  1,823
    Support replied

    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

  • Yunus Kütük replied

    Thank you for your interest. It is very helpful.