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

    Hi

    I have changed the font color of some text but when I hover over a word that has a link I cannot get it to change colour, for instance in the footer (which isnt a footer really in the sense that it is not in the footer template) words such as probate with the white font on the blue background will not change colour when hovered on?

    #1398246

    Hey isdixon,

    Are you trying to change the colour using JavaScript? If so, then it might be easier using CSS. You can assign a class to the Text Block element containing the links, then you can use CSS like this:

    .your-class a:hover {
      color: red;
    }

    Best regards,
    Rikard

    #1398351

    Hi Rikard

    Do I really need to use CSS, the links highlight on hover until I changed the font color to white?

    #1398420

    Hi,

    It seems to work as expected on my end, did you manage to find a solution?

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.