Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter vadim-v

    (@vadim-v)

    and can add height: To get the circle. Not ellipse.

    .pricing_table li span.rounded {
    border: 4px solid #fff;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    height: 85px;
    display: block;
    margin: 0 auto;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    padding-top: 25px;
    }


    And links to remove the underscore.

    Thread Starter vadim-v

    (@vadim-v)

    My css style to the price looked good:

    #content ul, #content ol {
    margin: 0px 0px;
    }
    #content ul {
    list-style-type: none;
    }
    .pricing_table li span.rounded {
    height: 85px !important;
    }
    .pricing_table li:first-child {
    height: 125px !important;
    }
    a, a:hover, a:focus {
    text-decoration: none !important;
    }

    Plugin Author JW Themes

    (@jwthemes)

    Thanks Vadim V

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘theme css styles – no correct’ is closed to new replies.