[Resolved] Link Content Article

Home Forums Support [Resolved] Link Content Article

Home Forums Support Link Content Article

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #257738
    Anderson Ojope

    How do I change only the links that appear in the content of the articles?

    I am using the code below, but it is also changing the date source, author and comments.

    .inside-article a {
    Font-weight: 400! Important;
    }

    https://goo.gl/JzkHf1

    #257745
    Leo
    Staff
    Customer Support

    Hi Anderson,

    Try this CSS:

    .entry-content a {
        font-size: 30px;
    }

    Let me know.

    #257844
    Anderson Ojope

    Thank you! It worked!

    #257893
    Leo
    Staff
    Customer Support

    You’re welcome!

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