Skip to content

Instantly share code, notes, and snippets.

@webtoffee-git
Created June 9, 2025 10:00
Show Gist options
  • Save webtoffee-git/063f7e1684fe553ac917e29fa31c5fa0 to your computer and use it in GitHub Desktop.
Save webtoffee-git/063f7e1684fe553ac917e29fa31c5fa0 to your computer and use it in GitHub Desktop.
Code Snippet to override the plugin’s CSS style - By WebToffee(Related products plugin)
<?php> //Do not copy this line of code
add_action('wp_footer',function(){
?>
<style>
.wt-related-products .owl-theme .owl-nav { margin-top: 25px !important; }
</style>
<?php
},10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment