Change of the colours

Posted in: Newspaper
Post count: 19

Where can I change the colour of these three elements?

I don’t want them to be black.

colours I want to change

Post count: 19

I dealt with this LATEST ARTICLES colours on my own.

But don’t know how to change the colour of these small squares?

Post count: 18283

Hello !

Here is the code for that:

.td-post-category {
background-color: red;
}

You can change the color from red to anything and paste the code here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 19

Thank you for your help!

I have more questions about colours.

– What is the code to change that rectangle, which is also black, on the category page and the rectangle where it is written ‘latest’?

colours

– What is the code to change the background of a rectangle for tags?

tags

  • This reply was modified 7 years by wpsun.
Post count: 18283

Hello !

Here are the codes: https://www.screencast.com/t/NjjUkmPbEYj

.td-post-category {
background-color: blue;
}

.td-grid-style-1 .td-post-category {
background-color: red;
}

.td-category-header .td-pulldown-filter-display-option {
background-color: green;
}

.td-category-header .td-pulldown-filter-list {
background-color:green; j
}

I’m sorry I cannot find tags on our demo, please provide us a link to your website so I can see and provide a good css code.

Thank you !

Post count: 19

My page is not visible, it’s under construction.

I will mark it on your demo page 🙂

p

  • This reply was modified 7 years by wpsun.
  • This reply was modified 7 years by wpsun.
Post count: 18283

Hello !

Here are the codes:

.td-post-small-box a {
background-color:green;
color: cyan;
}

.td-post-small-box span {
background-color: green;
color: cyan;
}

Here is the result: https://www.screencast.com/t/3H5nS5ZFbrC

I hope this was helpfull !

Thank you !

Post count: 19

Thank you, it was helpful.
I need a code for one more change of colour. I will again show you on your demo page.
col

Post count: 18283

Hello !

Here it is: https://www.screencast.com/t/CwBWXoebec3

.entry-category a {
color: yellow;
background-color: blue!important
}
.td-category a {
color: yellow!important;
}

I hope this was helpfull !

Thank you !

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.