Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1412107

    Hi-
    I need to italicize the caption title in the fullwidth easy slider. Is there custom css you can send to me to do that? Thank you!
    Erin

    #1412123

    Hey es.design.ma,

    Thank you for the inquiry.

    Have you tried using the “em” or “i” tag to emphasize or italicize the caption title?

    Example:

    <em>Hello World!</em>
    <i>Hello Universe!</i>
    

    If you would like to use css, please add this code.

    #top .av_slideshow_full .avia-caption-title {
        font-style: italic;
    }
    

    Best regards,
    Ismael

    #1412174

    Thanks for this! I’d tried the “i” tag and it didn’t work. However the “em” tag did.

    Appreciate the help!

    Erin

    #1412229

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Italicize caption title in fullwidth easy slider’ is closed to new replies.