• Resolved amantini1

    (@amantini1)


    Hi Staff,

    I’d like to bold the links on the pages and articles, without putting bold for all the links on the site, as now ??

    a {
    color: #77CC6D;
    text-decoration: none;
    font-weight: bold;
    }

    obviously this is true for all links!

    I just want tag “a” bold for the pages & articles.

    Many Tks,

    Massimiliano

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @amantini1,

    Could you be more specific when you say pages. Pages consist of many content, can you please elaborate if you want every link on pages bold or within an article?

    Thanks and Regards,
    Milan

    Thread Starter amantini1

    (@amantini1)

    HI @rubick322 ,

    Many Tks, i’d like link bold within artcile.

    Best Rgerads,

    Amantini

    Hi there,

    Please remove the CSS i.e

    a {
    color: #77CC6D;
    text-decoration: none;
    font-weight: bold;
    }

    Due to this CSS rule all the link on the site are bold which isn’t natural for our theme.

    And please add the following CSS:

    .entry-content a {
      color: #77CC6D;
      text-decoration: none;
      font-weight: bold;
    }

    Help link?https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/

    Thanks and Regards,
    Milan

    Thread Starter amantini1

    (@amantini1)

    HI @rubick322,

    .entry-content a {
    color: #77CC6D;
    text-decoration: none;
    font-weight: bold;
    }

    Right it’s good!

    I inserted the code inside mine child style.css and work good and perfectly.
    Tks so much,
    Best Regards,

    Massimiliano

    • This reply was modified 4 years, 7 months ago by amantini1.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘bold links on pages & articles’ is closed to new replies.