Hello,
How to I center all page titles’ underlines in zerif lite? Titles I got centered.
could this be modified?
.entry-title:after {
height: 2px;
background: #00CED1;
width: 50px;
}
.listpost-content-wrap .entry-title a:after {
background: #00CED1;
}
ul.nav > li.current_page_item > a:before {
height: 2px;
background: #00CED1;
}
.entry-title:before {
height: 3px;
background: #00CED1;
}
could this be modified?
.entry-title:after {
height: 2px;
background: #00CED1;
width: 50px;
}
.listpost-content-wrap .entry-title a:after {
background: #00CED1;
}
ul.nav > li.current_page_item > a:before {
height: 2px;
background: #00CED1;
}
.entry-title:before {
height: 3px;
background: #00CED1;
}