• Hello,
    I want to remove the box “YOU MIGHT ALSO LIKE” and “PREVIOUS ARTICLE” complete which appears at each end of articles…. Can you help me pleaz?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This gets rid of “previous article”

    .single .qdo-pagination {
        display: none;
    }

    To add CSS:

    • If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    “You might also like” is provided by a plugin or your theme, so check the list of plugins as well as your theme settings.

    As you use a commercial theme and need support, please use its official support channel. We feel they are best equipped to support their products.

    Return to where you purchased the theme to find its support link.

    Commercial products are not supported in these forums. .

    Thread Starter mi1lou

    (@mi1lou)

    Ok ty very much for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delet “YOU MIGHT ALSO LIKE” and “PREVIOUS ARTICLE” in my article’ is closed to new replies.