How do I change the colours of latest articles, most popular and hot news? Just downloaded the default wordpress demo theme. I cant seem to find this under the main page or even in the settings? Where is this located? Please let me know, thanks
Okay i managed to find everything expect for ”LATEST ARTICLES” could you please tell me where this is located so I can change the colour please.
Hello shailenvandeyar,
If you want to change the background color and the font color for related posts, you can do it only from the code. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-related-title .td-cur-simple-item {
background-color: red!important;
color: yellow!important;
}
The result you should see here -> http://screencast.com/t/HWRZka8M
Hope this helps!
If is not what you want to achieve, please provide more details so I will be able to provide a more accurate response.
Thanks.
Hello, I want to change the background colour of the default widgets such as ”LATEST ARTICLES, MOST POPULAR, HOT NEWS” and ect.
Ive looked everywhere but could not find anything, could you please help. If you look at my site – http://www.shailenvandeyar.com you can see that everything is blue and white except for those widgets. How do I turn them off or ideally change the background colour for them.
Please help as soon as possible. Can provide a temp FTP if coding is needed.
Hello shailenvandeyar,
I have checked your website and did not saw your problems with your widgets. The latest articles are here ->http://screencast.com/t/ydUuwy7qZVyY and the HOT NEWS and MOST POPULAR I do not found on your website. Please provide more details about what you want to change, also please provide more screenshots because it could be more useful for a good understanding.
Thank you for the message!