• Hi

    i am trying to style “Top 10 – Popular posts” same as my other blocks.

    here my code:

    .tptn_posts_daily ul li, .tptn_posts ul li {
    border-left: none!important;
    border-left-color: currentcolor!important;
    border-right: 3px solid rgba(0,0,0,.11)!important;
    border-right-color: rgba(0, 0, 0, 0.11)!important;
    padding: 6px 14px 6px 0!important;
    }

    .tptn_posts_daily ul li, .tptn_posts ul li a:hover {
    border-color: #2c2c2c!important;
    }

    i couldn’t make the hover works same as the other block on the right

    pls see site:

    https://alankabout.com/

    any help fixing the css code is very appreciated.

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nd62

    (@nd62)

    Hi

    as per this code:

    .tptn_posts ul li {
    border-left: none!important;
    border-left-color: currentcolor!important;
    border-right: 3px solid rgba(0,0,0,.11)!important;
    border-right-color: rgba(0, 0, 0, 0.11)!important;
    padding: 6px 14px 6px 0!important;

    }

    .tptn_posts ul li:hover {
    border-color: #2c2c2c!important;
    }

    it is working now on Firefox, chrome but not on IE and Edge

    pls any help for cross browser.

    thanks

    Plugin Author Ajay

    (@ajay)

    Hi,

    I’m afraid I don’t use IE or Edge so I’m not going to be able to help you on that one. Might be worthwhile trying stackoverflow or similar where you’ll have experts being able to guide you better

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘css help please’ is closed to new replies.