• Hello,

    Can someone please help me editing the “button” theme on WordPress?

    I’m trying to change the colour of the links when you pass over them with the mouse. I suspect they are in the Editor, but I don’t know which attribute to change.

    Here is the link to my website: http://www.lashlovebymona.com

    Thanks! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    The change you are trying to make will be made in the CSS (Cascading Style Sheet). There are many plugins that will let you do this. One called “Simple Custom CSS” is pretty easy to use. Install a CSS plugin and paste in this chunk of CSS.

    .main-navigation a:hover {
      color:red;
    }

    Change “red” to whatever color you want the text to be when you hover the mouse over and you’re done. If you want to learn about more options you have when using CSS just Google “CSS tutorial” and you’ll find some good stuff.

    Good luck.

    Thread Starter lashlovebymona

    (@lashlovebymona)

    Thank you, 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing "Button" Theme’ is closed to new replies.