Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS i want to know how to make link 2 colors

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #281789
    Sam.Aram
    Participant

    hi

    please help me to make this

    i’m using xenforo script

    i want to make links 2 colors like here in this site

    #281791
    Beverleyh
    Participant

    Try inspecting the element in the developer toolbar – That’s F12 in most browsers.

    You can also Google “text gradient CSS” and try some of the tutorials that you find there.

    #281834
    LearnTheNew
    Participant

    Hi, its a gradient color applied of anchor link in hover. When the coursor have moved towards the link the hover effect will applied.

    check the code i have added the gradient color

    background: linear-gradient(top left, #F65206, #E51253)
    background: #F65206; you can use gradient color generator tools for this type of solutions.

    @LearnTheNew

    #282881
    Sam.Aram
    Participant

    thanks for you help

    ❤️

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.