Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
test
/
wp-content
/
plugins
/
js_composer
/
assets
/
less
/
shortcodes
:
vc_custom_heading.less
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
// CUSTOM HEADING STYLES // ------------ .vc_custom_heading { a, a:hover, a:focus, a:visited { border: none; text-decoration: inherit; color: inherit; } a { -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; opacity: 1; &:hover { opacity: .85; } } }