• Resolved mscon

    (@mscon)


    Hello

    The post titles have disappeared from “Recent posts type A”.(Only images showing) Can I fix this with custom css? If not, where can I change this?

    Thanks alot for a fantastic theme!
    /mscon

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi,

    They can’t disappear on their own. Can you show me a link to your site please?

    Thread Starter mscon

    (@mscon)

    Hi,

    No they probably disappeared when I changed the custom css to remove page titles.. The page is here: https://webbs.se/nyhetsarkiv/

    Any other custom css to show post-titles might work?

    This is the custom css that I use: (strange that post titles is showing on the home page but not on the page with recent posts type A?)

    .entry-meta {
    display: none;
    }

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

    They show on the homepage because that one doesn’t have the class .page, therefore your custom code isn’t active there. You can keep it as it is and also add this:

    .page .recent-content .entry-title {
          display: block;
    }

    Thread Starter mscon

    (@mscon)

    Thanks alot for the support.

    I added that code but nothing happened. Anything else you think might work?

    Doesn’t look like that code is on your website. Make sure you add it in a custom CSS plugin or wherever you added the first one.

    Thread Starter mscon

    (@mscon)

    I added the code to Custom css.. but nothing happened..

    Custom CSS now looks like this:

    entry-meta {
    display: none;
    }

    .page .entry-title {
    display: none;
    }
    .page .recent-content .entry-title {
    display: block;
    }

    As I said, the code isn’t on your website. Use a custom CSS plugin like Simple Custom CSS.

    Thread Starter mscon

    (@mscon)

    I am using a custom css plugin? And it is working..

    That’s cool, but again, the code isn’t showing on your website. You might have an error in your custom CSS. Check it or change your plugin.

    The code I gave you works, see for example if I add it manually in the inspector tool: https://snag.gy/JgohO.jpg

    Thread Starter mscon

    (@mscon)

    It was solved when I removed another string… Thanks a lot for the help!

    This solution made me a new problem.. I need to remove the author-name from the posts. But I dont want to remove any other data (date, etc)

    .entry-author-link { display: none; } <- that dosnt work for me. And if i use .entry-meta { display: none; } everything disappeares.

    Thanks again

    Thread Starter mscon

    (@mscon)

    Never mind! It is solved now.

    Thank you for your help mate!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Titles in "Recent posts type A"’ is closed to new replies.