Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #658698

    I am trying to add this underneath the by [Author] for each blog post above the content:

    THIS POST MAY CONTAIN AFFILIATE LINKS.

    Here is an example:

    • This topic was modified 8 years, 4 months ago by cpetrie2001.
    #659313

    Hey cpetrie2001,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .single-post .post-meta-infos:after {
        content: 'THIS POST MAY CONTAIN AFFILIATE LINKS.';
        width: 100%;
        float: left;
    }
    

    Best regards,
    Yigit

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