Reply To: Site Title & Tagline

Homepage Community Forums Epik Theme Support Site Title & Tagline Reply To: Site Title & Tagline

#12805
Eric
Customer

    I’ve never seen anyone do something like that with Genesis, so I’m not sure if it’s possible or not. If it is possible, then it would have to do with the Genesis Framework and not the child theme. If you wanted to keep it as it is and have the description/tagline only show up when you hover over it then you could add this code –

    
    .site-description {
        display: none;
    }
    
    .site-description:hover {
        display: block;
    }

    Other than that if you still want to include both the logo and tagline under the same link you’ll probably need to contact the Genesis developers to see if something like this is possible. I’m not sure if it will work or not, but you never know 🙂 Genesis and WordPress offer a lot of options.


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com