button hovers on home page are not consistent

Homepage Community Forums Aspire Theme Support button hovers on home page are not consistent

  • This topic has 6 replies, 2 voices, and was last updated 7 years ago by Wes.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #21040
    CathyR
    Customer

      Hi Wes,

      This is the last issue that I need help with. The buttons on the home page are not hovering in the grey like they are on the other pages, here is a link to the home page and to an interior page. We want them all to be in the dark grey. What do you recommend that I do to fix this?

      #21041
      CathyR
      Customer
        This reply has been marked as private.
        #21044
        Wes
        Moderator

          I have this fixed in the new update (which will be coming soon). All you would need to do is make a slight change to this in your style.css (line 467)

          button:hover,
          input:hover[type="button"],
          input:hover[type="reset"],
          input:hover[type="submit"],
          .button:hover,
          button:focus,
          input:focus[type="button"],
          input:focus[type="reset"],
          input:focus[type="submit"],
          .button:focus  {
          	background-color: #fa5738;
          	color: #fff;
          }

          Replace the background color with #333 ….I have it set to #000 by default in the update, but you can use whichever color you want.

          Let me know if that helps.

          #21049
          CathyR
          Customer

            Hi Wes, I tried this but it did not change.

            #21051
            Wes
            Moderator

              Looks like you got it working. All of your buttons turn black when you hover over them.

              Click your Reload button on your Browser so it will clear your cache. If it shows up after you did that, then that’s what it was.

              Anytime you make adjustments to your CSS files, click your reload button so it clears the browser cache and shows the latest changes you’ve made. This goes for any theme or site that uses CSS.

              Let me know if that works.

              #21060
              CathyR
              Customer

                Opps, sorry Wes, and thank you again for all of your help. Much appreciated!!!!!!

                #21066
                Wes
                Moderator

                  You’re welcome!

                  It’s looking great so far! Let me know whenever the site is done so I can promote it – https://appfinite.com/forum/showcase/

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