• Resolved puffit

    (@puffit)


    I own this website: puffitbeats.com. On the main page there is a beat store, which represents the names of the beats you can click on. I was trying to change the link color of a single beat but didn’t manage to do it. I’ll be very glad if someone helps me

Viewing 3 replies - 1 through 3 (of 3 total)
  • I was trying to change the link color of a single beat

    Are you talking about changing the link color as you hover onto the link? If so, try adding this to your style.css

    .store_table a:hover {
        color: red;
    }

    Or if you’re trying to change the color of the link itself, change the color: #fff; to what color you want

    .store_table a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

    Hope it helps ??

    Thread Starter puffit

    (@puffit)

    Thanks a lot! It worked! Apprecciate it

    Pleasure is mine. Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link color’ is closed to new replies.