• BlueMoon123

    (@bluemoon123)


    Above the post on my home page it says “latest posts.” I am unable to remove it manually. Does anyone know the code I would need to run in the css editor to remove this out.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • wpdevadnan

    (@wpdevadnan)

    .wpsm-title.under-title-line.middle-size-title {
    display: none;
    }
    add this code in css file

    prazrabi

    (@prazrabi)

    hello @bluemoon123

    First of all thank you very much for using the theme.

    Now, coming back to your query, to remove the “Latest Posts” add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .wpsm-title.under-title-line.middle-size-title {
        display: none;
    }

    Hope this helps.

    Regards!!

    Thread Starter BlueMoon123

    (@bluemoon123)

    That worked. Thanks you both so much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to to remove the words “Latest Posts” in front page’ is closed to new replies.