编辑:custom_css.php
<?php /** * Avada Options. * * @author ThemeFusion * @copyright (c) Copyright by ThemeFusion * @link https://avada.com * @package Avada * @subpackage Core * @since 4.0.0 */ // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } /** * Custom CSS settings * * @param array $sections An array of our sections. * @return array */ function avada_options_section_custom_css( $sections ) { $sections['custom_css'] = [ 'label' => esc_html__( 'Custom CSS', 'Avada' ), 'id' => 'custom_css_section', 'priority' => 27, 'icon' => 'el-icon-css', 'alt_icon' => 'fusiona-code', 'fields' => [ 'custom_css' => [ 'label' => esc_html__( 'CSS Code', 'Avada' ), /* translators: <code>!important</code> */ 'description' => sprintf( esc_html__( 'Enter your CSS code in the field below. Do not include any tags or HTML in the field. Custom CSS entered here will override the theme CSS. In some cases, the %s tag may be needed. Don\'t URL encode image or svg paths. Contents of this field will be auto encoded.', 'Avada' ), '<code>!important</code>' ), 'id' => 'custom_css', 'default' => '', 'type' => 'code', 'choices' => [ 'language' => 'css', 'height' => 450, 'theme' => 'chrome', 'minLines' => 40, 'maxLines' => 50, ] ], ], ]; return $sections; }
保存文件
位置:
home
/
londongranite
/
public_html
/
wp-content
/
themes
/
Avada
/
includes
/
options
批量上传
创建
创建
批量权限
批量删除
名称
权限
大小
修改时间
操作
↑ 返回上级
-
-
-
-
advanced.php
-rw-r--r--
29.19 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
auth_pages.php
-rw-r--r--
4.96 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
background.php
-rw-r--r--
12.64 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
bbpress.php
-rw-r--r--
2.73 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
blog.php
-rw-r--r--
39.8 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
breadcrumbs.php
-rw-r--r--
10.13 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
colors.php
-rw-r--r--
2.94 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
contact.php
-rw-r--r--
26.04 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
custom_css.php
-rw-r--r--
1.42 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
elastic_slider.php
-rw-r--r--
9.46 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
events_calendar.php
-rw-r--r--
19.49 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
extra.php
-rw-r--r--
51.98 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
footer.php
-rw-r--r--
37.55 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
header.php
-rw-r--r--
58.92 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
layout.php
-rw-r--r--
13.27 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
lightbox.php
-rw-r--r--
18.17 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
logo.php
-rw-r--r--
20.33 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
maintenance.php
-rw-r--r--
5.79 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
menu.php
-rw-r--r--
103.65 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
page_title_bar.php
-rw-r--r--
19.41 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
performance.php
-rw-r--r--
38.39 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
portfolio.php
-rw-r--r--
28.57 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
privacy.php
-rw-r--r--
56.96 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
responsive.php
-rw-r--r--
11.64 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
search.php
-rw-r--r--
21.51 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
shortcode_styling.php
-rw-r--r--
1.35 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
sidebars.php
-rw-r--r--
29.61 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
slideshows.php
-rw-r--r--
4.74 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
sliding_bar.php
-rw-r--r--
22.12 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
social_media.php
-rw-r--r--
39.34 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
typography.php
-rw-r--r--
50.89 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
woocommerce.php
-rw-r--r--
53.53 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名