Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #181610

    greetings,

    Is there a code to create lowercase headings for advance page builder as well as the regular page builder? I would like all headings for pages and posts to be lowercase.

    Thanks,
    Robert

    #181614

    Hi Robert!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .av-special-heading { text-transform: lowercase; }

    Regards,
    Yigit

    #181618

    Thanks for the prompt reply.

    Tried the code but it didn’t change anything. Any other suggestions?

    Thanks,
    Robert

    #181620

    Hi!

    Can you post the link to your website and point out which elements you would like to be lowercased?

    Regards,
    Yigit

    #181623

    Here’s a link:
    http://www.tutorials.painthog.com/info/

    I’m needing lowercase heading on all options if possible including blog posts.

    Thanks

    #181627

    Hi!

    Please add following code to Quick CSS

    .template-page .entry-content-wrapper h2, h1, h2, h3, h4, h5, h6, .avia-icon-list .iconlist_title, .widgettitle, .post-title, .iconbox .iconbox_content .iconbox_content_title { text-transform: lowercase; }

    That should do it :)

    Best regards,
    Yigit

    • This reply was modified 10 years, 12 months ago by Yigit.
    #181633

    Worked nicely except for icon box headings. Any solution for that?
    http://www.tutorials.painthog.com/approach-to-painting/

    Thanks,
    Robert

    #181636

    Hey!

    Updated the code in my previous post, please replace it with that one

    Regards,
    Yigit

    #181637

    Awesome! really appreciate it.

    Kindly,
    Robert

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