Site Title & Tagline

Homepage Community Forums Epik Theme Support Site Title & Tagline

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12789
    Bamajr
    Customer

      I’m trying to find an easy way to combine the Site Title & Tagline, into the “alt” tag of the sight title.

      Sounds confusing, huh?

      Let me try that again.

      Go to http://bamajr.com/.

      In the upper-left-hand side you see the “Bamajr.com” and the Tagline “Internet Marketing, Search Engine Optimization, Web Design & Web Presence”

      I do not want the Tagline to display, at all, only the title. However, if a person were to mouse-over the title, I would like it to display both the Site Title and the Tagline, together, within the “alt” tag.

      Does this make sense?

      #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

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.