ytp_video_section

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24647
    wpcoach
    Participant

    Hi there,
    in the ytp_video_section, the call to action button is transparent (attachment). I would like to display the call to action button colored, as seen on another website (attachment). Is that about an entry on the css?
    Thanks
    Best regards

    #24657
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    #video-bg-intro-home a.action-button {
        background: #000;
        border: 2px solid #fff;
    }
    #video-bg-intro-home .button.transparent:hover {
        background: blue !important;
        border-color: #f2f2f2 !important;
    }
    
    #24660
    wpcoach
    Participant

    Thank you very much 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘ytp_video_section’ is closed to new replies.