Hi, I had not made changes in my child theme, that is my mistake. So I lost one major change that I am unable to recover.
Actually, I had made last time my recent posts look like the pic given below (right code) but now when I am trying to implement that custom code I am unable to get the earlier look of my recent posts.
Hope you will understand from the pic given below :-
As you can see left one is right where color of the text is white and bold.
And now when I am trying to get such look I am unable to override the default hyperlink color that is green. The ideal situation would be white text and bold text as left pic.
I am trying this code right now >
.x-recent-posts a {
link: white!important;
background:#333333!important;
width: 100%;
font-weight: 700!important;
font-color: white;
padding:2px 2px 2px 15px!important;
margin: 0px 4px 4px 0px!important;
border-radius: 13px;
}
.x-recent-posts a:hover{
background: tomato!important;
color:white!important;
}
.x-recent-posts ,.x-recent-posts-content {
padding:2px!important;
}
.x-recent-posts h3{
font-size: 17px!important;
letter-spacing: 0px;
display :none;
}
I am a novice in coding, so kindly help me.
