• The colors of the links should be orange but now (and maybe it was after an update) they are black, and I cannot change it in editing mode, where it still shows they are orange: but when I view the page they are black (I saw earlier on the forum it could be done by using the code mode and not the text/visual mode for editing, but I cannot eliminate/change black color in code mode). Anyone knows how to fix this?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @nussel

    Please add the following CSS in that your style.css

    .has-luminous-vivid-orange-color a {
        color:#FF6900;
    }
    Thread Starter nussel

    (@nussel)

    Thanks for the reply, Umesh. Code for one of the links now is:
    <p class=”has-text-align-center has-luminous-vivid-orange-color has-text-color” style=”font-size:25px”>Imagining a day in the life</p>
    And already says ‘has-luminous-vivid-orange color’
    Should I (again) put it in here, or where to put it?

    Hi @nussel
    Please add this class has-luminous-vivid-orange-color in a tag

    see screenshot: https://prnt.sc/nHzTsd4X3ysV

    • This reply was modified 2 years, 11 months ago by Umesh Gupta.
    • This reply was modified 2 years, 11 months ago by Umesh Gupta.
    Thread Starter nussel

    (@nussel)

    It works, great!
    I put in the CSS – quite easy in WordPress, I found out, by using the Customize function and then the Additional CSS.
    Still curious though that, while editing the page it says/shows the link colors are orange, while in preview/published version they are black – any idea why that is?
    Thanks for the support!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘link colors not working’ is closed to new replies.