如何更改快捷码的默认主题?

时间:2020-05-05 作者:Niranjan

我对网络开发非常陌生。我目前正在使用Divi构建我的页面,我正在使用预定义的短代码,如WP job Manager插件的[提交作业表单]。当我将其添加到页面时,shortcode模块(它填充的形式)的外观是基本的。页面的主题不适用于它。

谁能帮我一下吗?

谢谢

1 个回复
SO网友:Brian

WP Job Manager还提供了有关自定义表单的文档。看见https://wpjobmanager.com/document/adding-custom-css-for-wp-job-manager/

相关推荐

What does this shortcode do?

function my_shortcode($atts, $content = null){ extract(shortcode_atts(array(\"type\" => \"warrning\"), $atts)); return \".$content.\"; } add_shortcode(\"warrning_dialog\", \"my_shortcode\"); 我知道它会创建短代码[warning\\u dialo