Removing Link on Custom Logo

Homepage Community Forums Epik Theme Support Removing Link on Custom Logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16497
    Robert
    Customer

      I’m using a custom logo but would like to completely remove the link (to the home page). How do I go about doing this?

      #16552
      Eric
      Customer

        Do you have a link where you’re trying to do this at? I was going to see if CSS modifications would do it, if not, then I’m sure there are some PHP codes we could add.


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

        #16579
        Robert
        Customer

          Eric,

          http://share.joychallenge.com

          again…I just want to make the logo in the upper left unclickable for the entire website.

          #16583
          Wes
          Moderator

            I had to try a couple things to see how this could work. Here is what I came up with….

            First add this to your .site-header on line 1975 in your Style.css file.

            .site-header {
                background: url(http://share.joychallenge.com/wp-content/uploads/2015/07/cropped-40day-logo.png) no-repeat !important;
            }

            Next, remove the width for .header-image .site-title a on line 2045 like this –

            .header-image .site-title a {
                float: left;
                min-height: 164px;
                width: 0;
            }

            It seemed to work for me, let me know if it works on your end.

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