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

    Hello

    Currently H3 headers are set to uppercase on our site which is great for the masonry blog that uses H3 headers int the display. But in blog posts themselves we want H3 headers to be lower case.

    I have pasted an example link below – it is the header that says:

    SOCIAL IN RURAL COMMUNITIES

    We would like it to display as

    Social in rural communities

    #1364365

    Hey sensiblekaren,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single-post #main h3 {
        text-transform: none;
    }

    Best regards,
    Rikard

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