Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1153695

    Hi
    Im trying to figure out how to change link hover color in a specific textblock. The text block is on the page ”På turné”, a list of cities under the top color section, starting with Linköping (link to webpage and login below). I need the links to change to red on hover (only for these links). Ive been searching for a solution a couple of hours now but to no avail. Help with this would be greatly appreciated.

    Jacob

    #1153846

    Hey jacobedgren4,

    Add this to quick css:

    #citylink a:hover{
    color:red!important;
    }

    Best regards,
    Jordan Shannon

    #1153937

    Worked like a charm. Thank you so much. Ticket can be closed

    Jacob

    #1154071

    Hi,

    No problem at all my friend. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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