Description
- hover on logo will expand text move on right of logo
- view demo – password: abc
- buy me a coffee

#1. Install Code
#1.1. Use this code to Code Injection > Footer
<!-- 09.26c07v8 Expand Text on Logo hover -->
<script>
window.ExpandTextOnLogoHoverOptions = {
expandedText: 'PIA QUINN',
textTag: 'span',
textColor: '#111111',
textSize: '',
textMarginLeft: '6px'
};
</script>
<script src="https://code.beaverhero.com/header/0926c07v8expandtextlogohover.js"></script>

#1.2. You can change text here
expandedText: 'PIA QUINN',
and change style
textColor: '#111111', textSize: '', textMarginLeft: '6px'