Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #126330
    IONadmin
    Participant

    I am working with Essential Content Types to add 3 column featured content to my home page. How can I remove the featured content page titles?
    Also, how do I customize fonts on the ECT pages?

    https://staging2.onlynaturalseo.com/

    #126342
    Mahesh
    Keymaster

    @ionadmin: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #featured-content-section .entry-header {
        display: none;
    }

    Customizing font on ECT pages is possible with Custom CSS.

    Regards,
    Mahesh

    #126356
    IONadmin
    Participant

    Thank you, Mahesh, that did the job!
    I’m not too well versed in CSS, but will start to study 🙂

    #126384
    Mahesh
    Keymaster

    @ionadmin: Thank you for your appreciation. Glad to know it worked for you.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove title from Featured Content on home page / font change?’ is closed to new replies.