Before you ask please READ THIS

Link Color in Posts List does not change

in FatMoon Posts: 60
Hey again!

As the title says - while I do change links color in the admin, it does not take effect :/ Probably I have to do it somewhere else, as by now I have a feeling, that to change one thing I have potential 28 000 places to look in :D

Comments

  • AirAir
    Posts: 10,970
    Hey there!

    Could you show me which links color you try to change exactly? Cause options from screen shot works for links in post/page content. I see on your screen shot blog, and I am not sure is this is what you are trying to change.

    With kind regards.
  • Posts: 60
    Hey!

    https://olafsosh.com/blog/

    Them "Read more" links, for example.
    I am not sure, If I want to get titles themselves custom color, but certainly would love to try it out. Nothing tasteless, you are not helping to create a nightmare ;]
  • AirAir
    Posts: 10,970
    Hey :-)

    More link doesn't have setting in theme options but it should. I will add it in one of upcoming releases. For now please use this custom CSS:
    .more-link{
        color: #ff0000;
    }
    /* hover color */
    .more-link:hover{
        color: #000;
    }
    Hope that helps:-)

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion