Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #996118

    I would like to change the font color for links, specially in posts, without changing colors of dropcaps and other elements. Many seems to have the same problem. Maybe this could be something for next update?
    But, how do do thjs right now? If I change in Quick CSS to, for instance:
    a:link {
    color: #c05f5f;
    }

    link color and colors of dropcaps and other elements changes everywhere

    #996180

    Hey spalta,

    Have you tried to change the colors from the theme option panel?

    Best regards,
    Basilis

    #996248

    Basilis,
    Yes. The problem is that colors of links are connected with colors of dropcaps and other elements. It is not possible to change only the colors of links in Theme options > General styling.
    I would like to change only the colors of links in posts and on pages. Changes of link colors in the option panel also changes links everywhere: in menus and also in the admin panel.
    Best regards
    Bent

    #996400

    Hi Bengt,

    Thanks for the feedback. Could you post a link to your site and point out an example there so we can have a closer look please?

    Best regards,
    Rikard

    #997630

    Richard,
    I have sent a link to my web site on the Private Content.
    The problem is that if I change links to for instance underlined they will be underlined everywhere like in the footer. I would like to change colors or decoration of links only in posts and pages.
    Best regards
    Bent

    #997765

    Hi Bent,

    Thanks for the feedback, though I can’t see a link to your site in private. Could you try sending it again please?

    Best regards,
    Rikard

    #999061

    Please see Private Content

    #999170

    Hi,

    Thanks for that, this might seem very easy but it can actually be a bit complicated. Could you try to set the theme options to the setting you want for your content links, then add the following to Quick CSS to see if it will work the way you want:

    #header a, #footer a, #socket a {
      text-decoration:none !important;
      color:blue !important;
    }

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.