• Hi,

    I have set a table with three images and set links on each image. I then added a cover setting the font to white so it shows on top of the image. This sizes and aligns the image and text nicely.

    I then added a link to the cover text.

    However, the text assumes the default link color. I have tried adding CSS (from other parts of this forum) to set the color but the theme defaults seem to override any changes.

    So thought I had two options:

    1. Have the link on the image block take precedence over the cover?
    2. Override the font colour on the cover block.

    I have tried modifying the image to add the text but I then lose scaling and sizing depending on platform, screen size etc.

    Thanks, C

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, @craigbr.

    Add css

    .has-text-align-center a {
        color: #fff !important;
    }
    Thread Starter craigbr

    (@craigbr)

    Shsham,

    Thanks for the quick response. I tried that but it still comes thru as the theme color. I have tried a quite a few alternatives but they all seem to be ignored which is very puzzling.

    I

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘overide link font color in cover’ is closed to new replies.