Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #706928

    Hello, how to change the source of CAPTION TITLE and CAPTION TEXT fullwidth the easy slider ?? I want to change the font and color properties and size.

    IMAGE LINK
    CAPTION_TITLE_SLIDER

    WEBSITE LINK

    Hey I was a good time looking at the Forum, but none worked.

    FOR EXAMPLE:
    .avia-caption .avia-caption-content p {font-family: ‘PT Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif! important; font-size: 18px;
    }

    Does not work.

    #707966

    Hey!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    h2.avia-caption-title {
        font-size: 25px;
        color: orange!important;
        font-family: arial!important;
    }
    .avia-caption-content, .avia-caption-content * {
        font-size: 25px;
        color: orange!important;
        font-family: arial!important;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.