Created
June 9, 2025 10:00
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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