Archived topic
Different color for the links in a kind of pages
8 replies · Started by inma_b_p on March 26, 2016
Hello everybody
I am using GeneratePress Add-ons and I want to display in diferents pages the diferents post by category.
I am using a plugging called PostGrid by Paratheme and I want to show a thumbnail of every post and the title with a link in a diferent color of the links in the blog. It is possible?
I am trying with the CSS box of the plugin but does not work.
I guess I need to write a kind of exception. Have you got any idea?
Thanks in advance
Lada
Hi there,
I'm not too sure what you mean.
In the PostGrid plugin, you want the links to the post to be different colors? Depending on what? Category? Random?
Hi Tom
I want the titles of the posts in black only in the grid of the page when I show the posts by categories.
And I am using the plugin PostGrid to make this grid.
I am usign the CSS box but this not work.
Thanks for your time
Lada
Hi Tom
Sorry, I think I do not express so clear.
I want the titles of the posts in black only in the grid of the page when I show the posts by categories.
And I am using the plugin PostGrid to make this grid.
The links are green, because the links in the website are green (I use the green for the Link color in the Base color of Colors in the GP Theme),
It is posible make an exception for a plugin?
Thanks for your time
Lada
Hi there,
Any chance you can send me a link to the page with the grid so I can check the CSS?
Hi Tom
We are in opening day.
http://www.elcucharonverde.com/
and is in the "RECETAS" were I want to display the titles with link in black.
for example in "VEGANO" cathegory
http://www.elcucharonverde.com/vegano/
Thank you very much
Maybe this will help?:
.vegano .title_link a {
color: #000;
}
Thank you Tom
Finally I have changed the plugin
You're welcome :)
