New Landing How can we help? Cardinal Change woocommerce My-Account Tab appearance

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Cardinal
  • #299405
    celeteweitz
    Member
    Post count: 57

    Hi Support,

    I would like to change the appearance of woocommerce My-Account tabs. I would like to have the tabs a background color (that changes on selection & hover) alongwith icons on the left.

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

    Please add this to Theme Options => Custom CSS:

    .woocommerce-MyAccount-navigation li > a {
        padding-left: 15px;
        background: blue;
    }
    .woocommerce-MyAccount-navigation li:hover > a {
        background: grey;
    }

    To add icons to the left you would need to work with a developer as this is not a small change.

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

You must be logged in to reply to this topic.