Okay
  Public Ticket #3814499
style on custom meta widget
Closed

Comments

  • Visionnaire_media started the conversation

    I am using one of the elements in the theme (custom meta field), but the formating I give to the font gets overwritten by the main.css field, specifically the .cfield-meta class . this happens specifically on the line height, font size for instance is changing.. I can see it changes in the editor but not in the actual site. Consider I am building a new template.

    Thanks

  •  247
    Theme Ruby replied

    Hi,

    Thank you for reaching out to us.

    Please try clearing your cache to see if your custom CSS takes effect, as caching might be causing the issue.

    If that doesn’t work, try adding !important to your styles and placing them in Additional CSS in WordPress to ensure they are not lost after updates.

    .cfield-meta {
        font-size: 18px !important;
        line-height: 1.6 !important;
    }
    

    If you’ve tried everything and it still doesn’t work, please send me a screenshot of the font you want to change along with the URL, so I can check and provide a solution.

    Regards.