• Hi,
    The body of the posts that appear within Content Views is in all caps. How do I fix this. The row that I input the short code into, I set to Normal or Lowercase, but the post remains the same.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hi there,
    Thank you for contacting us.

    You see that the “Past episodes” text is not a part of our plugin, but still be uppercase.

    The issue is caused by the boldgrid module on your site.

    There is a CSS rule in “boldgrid-custom” to set uppercase for h4:

    
    h4:not( .alt-font ), .h4 {
        font-size: 18px;
        text-transform: uppercase;
        font-family: Raleway;
    }
    

    The wrapper div of all content on the page has this HTML class:

    
    col-md-9 col-xs-12 col-sm-12 .rt-tpg-container .layout1 .rt-holder .rt-detail h4 { font-size: 18px; }
    

    The h4 { font-size: 18px; } in the class is invalid.
    You should check the boldgrid element, then remove that part.

    Best regards,

    Thread Starter aiwapro9

    (@aiwapro9)

    I can change the PAST EPISODES in the row that it is in, but this doesn’t work for the row that I have input your shortcode into. Can I use CSS to fix this?

    I reached out to BoldGrid and they said
    Plugins that output their content through shortcodes generally have their own styling options contained in their settings and their content does not necessarily adhere to the styling rules outlined in the Visual Editor. Hopefully your podcast plugin has those controls available to you and please let us know if there is anything else that we can do to help.

    Plugin Author Content Views

    (@pt-guy)

    Hi there,
    The content in the view is back to normal now.

    About title, in case you don’t want to show uppercase, please change the value:
    Display Settings >> Fields Settings >> Title >> HTML Tag
    from h4 to another value.

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Posts are in all caps’ is closed to new replies.