最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

php - Find out div class

programmeradmin0浏览0评论

could you help me please? Where can I find div class (Easy Digital Downloads plugin) in Wordpress? Appereance -> Edit Theme -> ?

<div class="wpb_wrapper">

could you help me please? Where can I find div class (Easy Digital Downloads plugin) in Wordpress? Appereance -> Edit Theme -> ?

<div class="wpb_wrapper">

Share Improve this question asked May 27, 2020 at 12:16 Mike WoodsMike Woods 11 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

CSS classes in plugins come straight from the plugins. It's safer to add CSS to a child theme (or your current theme's "Custom CSS" area if it has one) targeting the plugin's class. If you edit the plugin files, anytime you update the plugin, your changes will be overwritten.

Please note, the Edit Theme functionality is also rather insecure and is best turned off. It too suffers from the same issue - if you make changes directly and then update your theme, your changes are lost. (And it's important to keep plugins and themes up to date as updates often contain security patches.)

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论