• Resolved rluesc

    (@rluesc)


    Hi,
    How can I remove and/or move the date in my blog post to a different location? As the date currently sits, it overlaps the title.
    Thanks,
    Rafael

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @rluesc,
    just add this to your custom CSS

    div.date-wrap
    {display:none;}

    Open the post or page you want to modify in a browser, right-click on the title, and click Inspect. Identify the CSS class assigned to the title. In our example, the title’s CSS class is entry-title. Depending on your theme, the CSS class name may vary.

    Thread Starter rluesc

    (@rluesc)

    TOSTAD (@tostad)
    7 hours, 16 minutes ago
    Hi @rluesc,
    just add this to your custom CSS

    div.date-wrap
    {display:none;}

    Sorry, I’m not proficient in this field and can’t code.
    So I navigate to my dashboard, select Custom CSS and then there are 2 entries. Which one do I select? Is that even the right place?

    Thread Starter rluesc

    (@rluesc)

    calliealbert (@calliealbert)
    4 hours, 17 minutes ago
    Open the post or page you want to modify in a browser, right-click on the title, and click Inspect. Identify the CSS class assigned to the title. In our example, the title’s CSS class is entry-title. Depending on your theme, the CSS class name may vary.

    Open the post or page you want to modify in a browser. Done.
    right-click on the title, and click Inspect. Done.
    Identify the CSS class assigned to the title. How and where?

    Hi @rluesc,
    when you open custom CSS, don’t change CSS that is already there. Just add two lines of CSS that I wrote for you. Add them to the bottom of Custom CSS. Then just save the changes.

    Thread Starter rluesc

    (@rluesc)

    Awesome, that worked like a charm @tostad. Thanks a bunch!

    Happy to help @rluesc

    Thread Starter rluesc

    (@rluesc)

    As I’m working on my blog I ran into my next two problems:
    1) Where is the info for the three clickable links “News”, “Weiterlesen” and “Weitere Einträge lesen” coming from? I would like to change these.
    2) Where and how do I change the layout of my blog post? I.e. show the text on half the page, image on other half. I’ve tried via Dashboard > Blog > Page Builder but the changes made there are not reflecting on the website.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove date from blog post title’ is closed to new replies.