Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • chgeorge Friend
    #150801

    How can I make links in the body shown in bold? Or change the color of them?

    I changed the parameters in

    /* Normal links —*/
    a { … }

    but nothing happened. What changed was inside the editor, not in the site.

    ghostik Friend
    #342363

    which links do you want change? in article?
    make change in CSS file template.css

    /* Normal links —*/
    a {
    color: #fda40a;
    text-decoration: none;
    }
    a:hover, a:active, a:focus {
    text-decoration: underline;
    }

    /* Readon links —*/
    a.readon {
    padding: 0;
    text-decoration: none;
    color: #757575;
    }

    .ja-readon a.readon {
    padding: 0 10px;
    }

    a.readon:hover, a.readon:active, a.readon:focus {
    color: #fda40a;
    text-decoration: none !important;
    }

    BOLD:
    font-weight:bold

    COLOR:
    color: #123456;

    Saguaros Moderator
    #342369

    Dear chgeorge!

    Please follow ghostik’s solution, it will resolve this issue, if you have any problems pls post in here

    Thanks

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

This topic contains 3 replies, has 3 voices, and was last updated by  Saguaros 14 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum