• Resolved gezor

    (@gezor)


    Hello,

    I need to modify the text “Featured Projects”, “Latest from the Blog” and also not show the post’s published-on data but I can’t seem to find anything in the theme editor..

Viewing 4 replies - 1 through 4 (of 4 total)
  • hello Gezor,

    You should be able to set these titles within Appearance> Theme Options> Home Layout.
    Those titles will be the Home Blog and Home Portfolio Carousel.

    Let me know if that works for you. be sure that you’re using the Virtue/Pinnacle Toolkit otherwise those options wont appear on the page.

    -Kevin

    Thread Starter gezor

    (@gezor)

    Thank you.. I was lacking the Virtue/Pinnacle Toolkit.

    Hope I won’t be too picky if I kindly ask you how to not show the post’s published-on data..

    Thank you very much.

    You should be able to hide the published on date throughout your site using this CSS in Theme Options> Advanced Settings:

    .postdate {
        display: none;
    }

    Let me know if that works for you.

    -Kevin

    Thread Starter gezor

    (@gezor)

    Worked like a charm..

    Thank you Kevin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Modify projects and blog homepage title’ is closed to new replies.