• Resolved pfmdesigns

    (@pfmdesigns)


    I am looking for the .css file that names this div class:

    class=”media-content”

    How can I find that .css file?

    Thank you in advance.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    The css file for your website can be found in your hosting root directory (File manager)

    I would recommend to make use of Advanced CSS in your Dashboard > Appearance > Customize for css styling instead

    Best regards

    Moderator bcworkz

    (@bcworkz)

    The CSS rules for .media-content are in a style block just before the closing </body> tag. As such, it could have come from any number of original sources. The only way to override such styling is to either: find the original source; add another style block, ensuring it occurs after the existing one; or define element style attributes. For example <div class="media-content" style="font-weight: 600;">

    To find the original source, you could try a recursive, full text, command line search tool like grep or findstr.

    Thread Starter pfmdesigns

    (@pfmdesigns)

    Perfect! You are a genius! Added the code ( style=”text-transform: none;”) to the single page and Removed the first letter capitalization which is what I need to do! Thank you! Thank you! Thank you! Have a Super Sunday. Thank you again! Sincerely: Paul

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

The topic ‘Find .css for Specific Div Class’ is closed to new replies.