Zerif lite page titles underline color change
-
Hello,
How can I change the page titles underlines’ colors because I tried this code and it shows like this:
https://www.buvniecibai.lv/produkti/
red above blue and it should be all blue, so the red stayed even though I wanted to move it.
I used this code:
.entry-title a:after {
height: 3px;
background: #0D3F94;
width: 50px;
}.listpost-content-wrap .entry-title a:after {
background: #0D3F94;}
ul.nav > li.current_page_item > a:before {
height: 3px;
background: #0D3F94;
}.entry-title:before {
height: 3px;
background: #0D3F94;
}
a {
color: #0D3F94 !important;
}Could someone please help me?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Zerif lite page titles underline color change’ is closed to new replies.