Buttons & Color

Homepage Community Forums Aspire Theme Support Buttons & Color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #18886
    raffaele1054
    Customer

      Dear @wes,

      about my website i prefer in the frontpage widget 4 field to have a orange botton, with white text, and if you hover it, the text remain white.

      Can you help me with an example?

      Thank you in advance

      Another thing is the nav bar menu i got 2 text field 1 is blog e the other is contatti, if i hover that they become blue because i changed the color setting in WordPress. Know what i want to do is, leave the blue color for the rest of the site, but for that 2 text filed i would like that remain white no hover color, is it possible?

      Grazie

      Raffaele

      #18890
      Wes
      Moderator

        I didn’t realize it was doing that. I’ll get that fixed in the next update.

        For now you can fix the button by adding this to your CSS –

        .front-page-4 .button:hover {
            color: #fff;
        }

        For the 2nd issue I would need a link to your site so I can take a look at what’s going on.

        #18903
        raffaele1054
        Customer

          thank you @wes,

          the website is wp-easy.it

          the navbar is black, and the text on it is white when you hover the test that become blue, because i chenged the web site color.

          Let me know if you need to have the access a the backend of WordPress.

          Thank you in advance

          Raffaele

          #18906
          Wes
          Moderator

            To keep the color white (when hovered) add this to your CSS –

            .site-header .genesis-nav-menu a:hover {
            	color: #fff;
            }

            Let me know if that helps

            #19093
            raffaele1054
            Customer

              Yes is working thank you @wes

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Buttons & Color’ is closed to new replies.