Viewing 5 replies - 1 through 5 (of 5 total)
  • 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

    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;
    }

    Hello,

    Good to know you found that. Let me know if you want any help in future.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Theme: Zerif Lite] Modify Title Underlines’ is closed to new replies.