Home Forums Basel support forum Links color again

Links color again

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10993

    vortexvt
    Participant

    Hi!
    You helped me with links in blog post (https://xtemos.com/forums/topic/links-colour/), but I have same problem with pages.

    I tried to fix it myself, but it changed links color of whole website, and this is not what I wanted.

    #10996

    Artem Temos
    Keymaster

    Hello,

    Sure, here is a code snippet to change links color for the page content

    .page .entry-content a {
        color: green;
    }

    Regards

    #11000

    vortexvt
    Participant

    Yes, I also tried to do same way, but the problem is that the first page (Home) is also a static page, and all links become green (in this example) 🙂

    #11004

    Artem Temos
    Keymaster

    OK, then try this one

    body.page:not(.home) .entry-content a {
        color: green;
    }
    

    Regards

    #11007

    vortexvt
    Participant

    That’s fixed my problem. Thank you very much 🙂

    #11008

    Artem Temos
    Keymaster

    You are welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)