Sam
(@soumendra)
Hello,
You can try this in your Custom CSS for achieving that:
.focus-box:nth-child(4n+1) .red-border-bottom::before {
background: #22a62d none repeat scroll 0 0;
}
.focus-box:nth-child(4n+2) .red-border-bottom::before {
background: #c7d73b none repeat scroll 0 0;
}
.focus-box:nth-child(4n+3) .red-border-bottom::before {
background: #d71e1e none repeat scroll 0 0;
}
.focus-box:nth-child(4n+4) .red-border-bottom::before {
background: #4b43f1 none repeat scroll 0 0;
}
You can adjust the color as per your requirement.
Thank you.
What about these lines on the navbar and page titles?
http://s7.postimg.org/ehvzwja9n/Capture.jpg
Sam
(@soumendra)
Hello ascaron4o,
Can you please provide the link to your site so that i can help you regarding that.
Thank you.
I found it already:
.entry-title a:after {
height: 2px;
background: #673;
width: 50px;
}
.listpost-content-wrap .entry-title a:after {
background: #673;
}
ul.nav > li.current_page_item > a:before {
height: 2px;
background: #673;
}
.entry-title:before {
height: 3px;
background: #673;
}
Sam
(@soumendra)
Hello,
Good to know you found that. Let me know if you want any help in future.
Thank you.