New Landing How can we help? Themeforest Theme Support Neighborhood Checkout – Subtotal Formatting

Viewing 4 posts - 1 through 4 (of 4 total)
  • #276815
    webmgr
    Member
    Post count: 80

    I am trying to format the layout on the YOUR ORDER / Subtotalarea (see image).

    https://mobile.generalwax.com/checkout/

    I am trying to locate the CSS.

    This is the code on page.php that indicates right-sidebar however I can’t locate the CSS.

    <?php if ($sidebar_config == “left-sidebar”) { ?>

    <aside class=”sidebar left-sidebar span4″>
    <?php dynamic_sidebar($left_sidebar); ?>
    </aside>

    <?php } else if ($sidebar_config == “right-sidebar“) { ?>

    <aside class=”sidebar right-sidebar span4“>
    <?php dynamic_sidebar($right_sidebar); ?>
    </aside>

    <?php } else if ($sidebar_config == “both-sidebars”) { ?>

    <aside class=”sidebar right-sidebar span3“>
    <?php dynamic_sidebar($right_sidebar); ?>
    </aside>

    <?php } ?>

    </div>

    <!–// WordPress Hook //–>
    <?php get_footer(); ?>

    Thanks folks.

    webmgr

    Attachments:
    You must be logged in to view attached files.
    #277299
    David Martin – Support
    Moderator
    Post count: 20834

    This is what I see:

    The CSS selectors for the shipping are:

    .woocommerce ul#shipping_method li input {}
    #shipping_method li input {}

    Thanks.

    #277560
    webmgr
    Member
    Post count: 80

    That helps a lot.
    Thanks very much.

    webmgr

    Attachments:
    You must be logged in to view attached files.
    #277790
    David Martin – Support
    Moderator
    Post count: 20834

    Happy to help you!
    – David.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register