• Closed
  • Petra Schier
    Participant
    January 18, 2019 at 8:11 am #42193

    With Evolve Plus based on Kirki framework I can only set primary link colour for blogposts and widgets. On pages I automatically get the set primary colour for widgets, but I’d like ho have it as on blog posts or even set individually. How can I do that?

    Roman
    Spectator
    Posts: 3147
    January 18, 2019 at 8:45 am #42197

    can you please provide URL to the example page?

    Petra Schier
    Participant
    Posts: 71
    January 18, 2019 at 10:00 am #42209

    Of course. It’s the problem on every page un http://www.petra-schier.de except those where I changed the link colour manually within the texts.

    One good example is here: https://www.petra-schier.de/historische-romane/der-hexenschoeffe/
    The links are only blue (as I set in primary link colour) when hovering over them but normally grey as set in primary widget colour. But I’d like to have them set as primary blue (or any other colour that I choose) automatically so that they can be recognized as links on first sight.

    Widget links are okay in the colour I set, because they are basically all menu links one can easily recognize as such. But links in texts on pages should be another colour as in my blog posts.

    Roman
    Spectator
    Posts: 3147
    January 18, 2019 at 10:55 am #42217

    The links in the content area are grey color because they are widgets as well (SiteOrigin), as I checked the source code. In this case, we can do a trick with Additional CSS:

    .post-content .textwidget a {
        color: #1889c9;
    }
    Petra Schier
    Participant
    Posts: 71
    January 18, 2019 at 4:49 pm #42240

    Works like a charm! Thank you very much. 🙂

    Roman
    Spectator
    Posts: 3147
    January 18, 2019 at 6:34 pm #42241

    thanks for the update 😉