Styling on Blog

Hi there community,

I have a question regarding the blog. I would like to stylize the date and category to be a different size and color. How do I go about achieving this? I would like it to be in the size 12px and the color to match my body copy below.

I also have these weird blue buttons in between my posts that say “See All In the News Posts” or “See All Press Release Posts” how do i get rid of them?

Hi Carolina,

Thank you for writing in, to change the posts metadata color and font-size, please add this to Theme Options > CSS

/*meta data color/font-size*/
.entry-header .p-meta,
.entry-header .p-meta a {
	color: #737373;
	font-size: 12px;
}

To remove the blog category filter, please navigate to Theme Options > Ethos and turn Off the Filterable Index.



Hope it helps,
Cheers!

The first part worked well with styling the blog, however the second part i believe you misunderstood me, i want the filters there, but if you scroll down on my blog post you see these 2 big buttons that say “See All In the News Posts” or “See All Press Release Posts” how do i get rid of those and just show all the posts without those buttons

Hi Carolina,

Sure, please add this CSS as well to hide those buttons.

.x-btn-filterable {
display: none !important;
}

But showing all posts isn’t possible, it kills the purpose of filterable index. It’s intentional to have few posts and a button that links to the page where all posts are displayed. Anything that requires change in current feature would require custom development. Not impossible, but I recommend contacting a developer.

Thanks!

Ok i guess Im using the categories as my filter. But does this mean that after a certain amount of posts they wont be displayed on the page? or will there be next page buttons

Hello Carolina,

The filters will display post exclusive to the selected categories. The blog index will also display the number of post items of at least 10 items by default. You can increase this by going to Settings > Reading > Blog pages show at most. If there are more than 10 items, a pagination should display below the post items.

Hope this helps.

It does!! This theme and support staff around it is amazing!! Have learned so much, its my 11th time i have bought this theme for different sites

Awesome!
If you need anything else we can help you with, don’t hesitate to open another thread.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.