添加以下代码,方法如下:
1、WordPress后台-插件-安装插件-搜索 code,安装下图这个。

2、安装完毕插件后,启用,然后添加下面代码

add_action( 'wp_head', function () { ?>
<style>
.swiper-slide-active .slider-box-text .text a ,a.theme-btn{
border-radius: 5px;
}
.swiper-slide-active .slider-box-text .text a:hover:before, .theme-btn:hover:before {
border-radius: 5px;
}
</style>
<?php } );
上面代码中 5px的5,可以自行修改数值大小。