Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #221699

    Lauren S
    Participant

    Hello,

    I am trying to set up a woocommerce shop to look like the Icon demo shop, and I’m having some trouble making mine look like the one you have. For example, I do not have the icons next to the widget titles in the sidebar; I do not have the grid layout on the shop page, and I don’t have the product sorting dropdown on the shop page. Do y’all have some kind of guide or demo content for the store setup that I could utilize?

    Thanks!

    #221990

    Rue Nel
    Moderator

    Hi There,

    Thanks for posting in!

    Upon checking your site, http://www.shwartsdesign.com/shopCDM/shop/, we are already seeing the filter and the grid layout. You can have other options to tweak in the customizer, Appearance > Customise > Woocommerce

    woocommerce

    Hope this helps.

    #223526

    Lauren S
    Participant

    Well thanks for that, but that’s actually not the URL where the site will be live. That’s just the testing site I had set up prior to production. The actual URL is http://www.cdmpromogear.com.

    #223613

    Nabeel A
    Moderator

    Hey Lauren,

    You can add an icon to your Sidebar titles by using this code, Just add it via Appearance > Customize > Custom > CSS:

    .h-widget:before {
    content: "\\f0a4";
    top: -0.075em;
    font-size: 0.85em;
    }
    .h-widget:before {
    padding-right: 0.4em;
    font-family: "fontawesome";
    }

    Also upon checking your site, it’s requesting for credentials so we couldn’t see your sidebar.

    Let us know how this goes!