Okay
  Public Ticket #1469828
Tags are not case sensitive
Closed

Comments

  • Fowzie started the conversation

    Hi there, I recently had a response to a closed ticket about categories needing to be case sensitive. I had a reply to add the following and that worked, but it didn't extend to page title categories/tags and the tag cloud which appears in the side bar.

    If you see the attached images, the page title tags or categories are all in upper case and I don't know how to even control the font used. For example the company name should not be S::CAN it should be s::can, DRINKING WATER should only be Drinking Water and so on.

    Please could you advise on what I need to do to make these in normal case and where I can control the page title font. Thanks!!


    .post-tags a {

        text-transform: none !important;
    }

  •  9,016
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • Fowzie replied

    That's odd, I did provide the url, here it is again. https://blog.pma.uk.com

    Post example...you can pick any...https://blog.pma.uk.com/2018/02/12/ensuring-toc-removal-drinking-water-filtration/

  •  9,016
    Tahir replied

    Hey Again,

    Not sure how this ticket slipped through the cracks . I cant seem to view the Blog Pages as i am seeing a JS console error. 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .material .widget .tagcloud a, .material #sidebar .widget .tagcloud a {
        text-transform: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Fowzie replied

    Ok, thank you, that worked. I won't pursue anything about the other issue which I have highlighted below and will have to live with it for now.