Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #152245
    Corlog1202
    Participant

    Hi, so I saw the earlier forum thread about removing page titles from displaying by adding this code snippet into the additional CSS section:

    .page .entry-title {
    display:none;
    }

    However when I did that the titles for my featured image also disappeared. Is there a more specific code I can input that affects just the home page title? For clarification, here’s a before and after of the website:

    Before

    After

    #152264
    Skandha
    Participant

    @corlog1202: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .singular-section .entry-title {
          display:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #152301
    Corlog1202
    Participant

    Yeah that worked, thanks! One last question, is there any way to reduce the padding between the featured images and the two images I put in below them?

    #152313
    Skandha
    Participant

    @corlog1202: Please post in your site URL so that I can look into the issue and provide you possible solutions.

    Kind Regards,
    Skandha

    #152385
    Corlog1202
    Participant

    https://coredesignphotos.com/

    Do you need the admin login and password as well?

    #152420
    Skandha
    Participant

    @corlog1202: The admin login and password won’t be necessary.
    To decrease the padding between the featured content images and the content below
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .singular-section {
          padding-top:20px;
    }

    You can change the padding according to your requirement.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #163259
    Gomez32
    Participant

    This has been really helpful, however when I use the additional CSS mentioned above, the Title is removed, but the slightly transparent black stripe (Where the title usually sits) is still visible.

    On your example photo this is also removed, could you possibly help?

    #163303
    Skandha
    Participant

    @gomez32: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Leave Featured Image titles but remove Page titles?’ is closed to new replies.