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

    (@ascaron4o)

    Sorry for the off-topic. I saw your site and your underlines of the navbar and blogs are different color. Would you please tell me how did you do it? ?? Thanks and sorry ??

    Thread Starter bullsworld2007

    (@bullsworld2007)

    Well turning off rocket loader let’s me access the site but then there wad mixed content, I reselected the parallax images & added the disable emoji plugin and now the site works great and uses https

    Thread Starter bullsworld2007

    (@bullsworld2007)

    I added CSS in power posts custom CSS, the code below changes all places there are underlines, you can delete ones you don’t want

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

    (@ascaron4o)

    Thank you! Good luck with your site! It’s cool!

    Thread Starter bullsworld2007

    (@bullsworld2007)

    Thank you ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can you use Cloudflare Flexible SSL with Zerif?’ is closed to new replies.