Before you ask please READ THIS

I can't find the option to change link styles

Hi Thirteam,
I'am really sorry, I'm sure it must work really simple. But I really can't find the option to change the link-style in articles ans pages.
I searched for it again and again, and Im sure I must be blind. Gimme a tip, please!

sandra

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    I don't think there is any option for this. You will need to do it with custom CSS. What you need exactly?

    With kind regards.
  • Posts: 12
    Hi Air!

    Thank you! I want to change the link color.
    Now it is black and nobody idenitifies links in a text.

    Sandra
  • AirAir
    Posts: 10,970
    You can use such custom CSS:

    .album-content .real-content a, .album-content .meta-data a, .real-content a {
    color: #444;
    }
    Please try it:-)

    With kind regards.
  • Posts: 12
    It works! Thank you very much! One last Question here:

    In the text from the album at frontpage the links are underlined. They shouldn't.

    In other textes everything is how it should.
  • AirAir
    Posts: 10,970
    This is how we styled it.
    Instead of previous CSS use this:

    .album-content .real-content a, .album-content .meta-data a, .real-content a {
    color: #444;
    text-decoration: none;
    }
    With kind regards.
  • Posts: 12
    Thank you very much! Now everybody is happy with this links :)

    Have a nice off time. PM follows.

    With kind regards
    Sandra
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!