Hi,
I would like to have a separator on my categorypage’s. Tried to add this with:
body.page-id-716 .post_delimiter {content:url(https://myurl.nl/wordpress/wp-content/themes/enfold-child/images/rule.jpg)!important;height:auto;}
There was a moment that it worked, but I’ve switched from a strict categorypage to a page with blog-items from the same category, this has other advantages. How can I add such a separator again? See the link in the private-section.
Another point is, how can I position the used images at the right and without the blue section below it.
Regards,
Erwin
Hi erwin_m!
That does not look like a category page. You can drag a codeblock element to the page content and add this inside.
<style type = "text/css">
.entry-content {
border-bottom: 1px solid black !important;
padding-bottom: 40px;
}
</style>
Cheers!
Elliott
Hi Elliot,
Indeed it’s not a category-page as standard used in wordpress. Because I would like to use pagebuilder, I’ve just used the ‘blog’ option in the pagebuilder and selected one category.
It’s solved now, thank you!
Regards,
Erwin