• Hello,

    I really love the theme and the customizing possibilities.

    I found the general Link color option in the customizer. Unfortunately it affects the links on posts at the start page as well.

    I want the title/link of posts on start page to be black, but ALL OTHER links online the page (like on posts/pages/categories etc.) to be another color.

    With some custom CSS I made it work for posts, but unfortunately I can’t make it for pages and categories…

    Custom CSS for posts:

    .single-post a {color: #ef997f;}

    Thank you very much

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    We are most certainly thankful for your feedback.

    In the same way, you can also achieve that.
    Try the below code.

    .single-post a, .page a, .category a {
    color: #ef997f;
    }

    If you are still facing any issue, please share the exact page URLs of those pages, so I can try to inspect and suggest you.

    Thread Starter hexxcode

    (@hexxcode)

    Works like a charm!
    Thank you very much!

    You are most welcome and glad to hear that issue has been fixed ??

    Thread Starter hexxcode

    (@hexxcode)

    Hey,

    sorry, its me again:

    I am using this code
    .single-post a, .page a, .category a{
    color: #ef997f;
    }

    Now all posts and pages are using this color for links. BUT post headlines are now also in pink link color.

    When I remove .category from the string, link colors in PAGES are black again ??

    Hello,

    Kindly share the page URL, where can I see this issue?

    Thread Starter hexxcode

    (@hexxcode)

    Hello,
    for sure.

    I am now using
    .single-post a, .page a, .category a{
    color: #ef997f;
    }

    this code.

    The links on pages like:
    https://www.rapax.net/eventregeln/

    are in the right color.

    But now the post titles are in the same color:
    https://www.rapax.net/guides/

    If I remove “category” from the string, the color of the post titles are black again (what I want) but on the pages link color is also black…

    Hello,

    But removing the .category a should fix the issue and it should not affect the links on the page.
    Can you please remove the category from the above code? and share the page URL where facing issue after removing that code.

    .single-post a, .page a{
    color: #ef997f;
    }
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Link color onpages/posts/categories’ is closed to new replies.