• I need to change:
    1) Title font color to white
    2) Button Color to White
    3) Button Hover color to white
    4) Button Hover Text Color to white

    Of the section “Buy/Rent Forklifts” and the “Click Here” button on my homepage.
    All help is appreciated I am unsure how to write the css to change this.

    Thanks =)!

    • This topic was modified 7 years, 6 months ago by wizard1011.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • h4.widget-title.widgettitle {
        color: #fff;
    }
    .home-even a.button {
        color: #fff;
    }
    .home-even a.button:hover {
        color: #fff;
        background-color:#fff
    }

    Here you go, I’m not sure I understood you, but it’s what you asked for:)

    Remember to paste code from @unfinishedcode directly to Your custom CSS file or into target section (not whole website).
    You can do this with our plugin called CSS Injector.

    Thread Starter wizard1011

    (@wizard1011)

    Thanks for the help!

    That is exactly what I was looking for :)! I also added in

    border-color: #fff; in order to change the border color around the button incase anyone looks at this post for a reference.

    • This reply was modified 7 years, 6 months ago by wizard1011.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need CSS Help’ is closed to new replies.