Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #913994

    Hi,
    I want to disable the uppercase title of blog posts. I looked through the theme settings but did not find anything.
    How can I do?
    Thanks

    Luigina

    #914035

    Hey neonlights79,

    Please add the following code

    .html_elegant-blog .avia-content-slider .slide-entry-title { text-transform: uppercase !important; }

    and let us know if that works out for you.

    Best regards,
    Basilis

    #914184

    Hi Basilis,
    the code does not work, why?

    Thanks

    Luigina

    #914347

    Hi,

    Can you try this css code:

    .html_elegant-blog .avia-content-slider .slide-entry-title {
        text-transform: none !important;
    }

    Let us know if thie helps.

    Best regards,
    Nikko

    #914385

    Hi Nikko,
    I tried this code and it’s works fine only in the home page.
    Is it possible to disable the uppercase title of single blog posts?

    Thanks

    Luigina

    #914394

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .html_elegant-blog #top.single .post-entry .post-title {
        text-transform: none;
    }
    

    Best regards,
    Yigit

    #914438

    Hi Yigit,
    the code that you give me works fine but I have other page where I collect the posts of some categories and the titles of the posts appear in uppercase.
    How can I transform all titles in lower case?
    Thanks

    Luigina

    #914446

    Hi,

    Perhaps try just the following:

    .post-title {
        text-transform: none;
    }

    If this doesn’t work please link us to the page you mentioned above.

    Best regards,
    Jordan Shannon

    #914556

    Hi Jordan,
    the code does not work.

    Take a look to my blog site

    #914643

    Hi,

    Try adding this one also:

    #top .post-title {
        text-transform: none !important;
    }

    if that doesn’t work on other post or pages, please give us the link so we can check.

    Best regards,
    Nikko

    #914775

    Hi Nikko,
    now work fine.
    Thanks so much

    Luigina

    #914785

    Hi,

    Glad Nikko could help!
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘disable uppercase’ is closed to new replies.