Okay
  Public Ticket #2908290
How to change the Uppercase letters in the Blog
Closed

Comments

  • victordzn started the conversation

    Hi,

    I would like to know if it's possible to change the uppercase letters in all the blog post titles.

    Thank you for your help!

    8230076110.pngUppercase example


  •  8,842
    Tahir replied

    Hey victordzn ,

    Thanks for using Salient.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #page-header-bg h1, body h1, body .row .col.section-title h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2, body #error-404 h1, [data-inherit-heading-family="h1"] {
        text-transform: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • victordzn replied

    Hey Tahir,

    It worked perfectly. Thank you very much!