• 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)
  • .entry-title:after
    not
    .entry-title a:after

    I tried this code but it only works partially.

    https://www.marschall.photo

    It does work on the “contact” page, but I still see the stock red underline at “random shots” and there is no underline at “black & white”.

    here is the code.

    .widget .widget-title:before,
    .nav-links a {
    	background-color: #8c8c8c;
    }
    
    .entry-titlea:after {
    	height: 2px;
    	background: #8c8c8c;
    	width: 50px;
    }
    
    .listpost-content-wrap .entry-title a:after {
    	background: #8c8c8c;
    }
    
    ul.nav > li.current_page_item > a:before {
    	height: 2px;
    	background: #8c8c8c;
    }
    
    .entry-title:before {
    	height: 3px;
    	background: #8c8c8c;
    }

    what’s wrong?

    Hey @daroude,

    Please open a new thread in the correct sub-forum, here instead of posting in an older thread. We’ll be glad to help you. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Zerif lite page titles underline color change’ is closed to new replies.