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

    I’d like the heading to be not be in all uppercase. Is there css I can add to the heading tag under the advanced tab that will let me change the default to both upper and lower case?
    Thank you.

    #1255038

    Hey ESWEENEY113,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia_transform .av_slideshow_full .avia-caption-title {
        text-transform: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1255081

    That worked. Thank you!
    Erin

    #1255372

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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