• Hiya Onnay, I was just doing some testing and realised that for one of my themes I’ve had to directly edit out the inline CSS styling to allow my own CSS to take effect. Would it be posible for an option in Admin to disable the inline styling? Or what do you suggest?

    My current solution is to comment out your styling:

    function on_wpec_related_style(){
    ?>
    <style>/*
    .wpec-related-wrap{margin: 20px 0; padding: 0; display: inline-block;}
    .wpec-related-product{float: left; padding: 0 3px; width: 110px;}
    .wpec-related-title{margin:0 !important;}
    */ </style>

    https://www.ads-software.com/extend/plugins/wpec-related-products/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Inline CSS (on_wpec_related_style)’ is closed to new replies.