rluesc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Never display post category textThat worked, thanks.
Forum: Fixing WordPress
In reply to: Remove date from blog post titleAs 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.Forum: Fixing WordPress
In reply to: Remove date from blog post titleAwesome, that worked like a charm @tostad. Thanks a bunch!
Forum: Fixing WordPress
In reply to: Remove date from blog post titlecalliealbert (@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?Forum: Fixing WordPress
In reply to: Remove date from blog post titleTOSTAD (@tostad)
7 hours, 16 minutes ago
Hi @rluesc,
just add this to your custom CSSdiv.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?