Hello,
I’d like to remove the “Oscar Benner Nihrane” (Author) and the like to switch the name of the link “Arkiv” to “blog”. How do I troubleshoot this?
See the image below. Thanks in advance!
Hello,
I’d like to remove the “Oscar Benner Nihrane” (Author) and the like to switch the name of the link “Arkiv” to “blog”. How do I troubleshoot this?
See the image below. Thanks in advance!
Hello @oscarbnihrane,
Thanks for writing to us.
In case if you want to change the author name of the posts you need to go to the Users—>Profile -->Add the name -->Select the display name. Please have a look at the given screenshot below.
In case if you want to remove the post author name you can add this custom CSS code under X–>Theme Option—>CSS
header.entry-header p.p-meta span:first-child {
display: none;
}
Regretfully there is no option to change the category link. It would require custom development. I would suggest you contact a developer who can assist you with your concern. Please note that we don’t provide custom development support. It is out of the support scope.
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps.
Thanks for understanding
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.