Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #541472

    i would like the Product Categories Widget to be styled / display like the menu in the sidebar

    See the image:

    https://drive.google.com/file/d/0B_mQvtGIygkaLVNvemUta3Jkcjg/view?usp=sharing

    • This topic was modified 8 years, 4 months ago by c3computers.
    #541870

    Hi c3computers!

    Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.

    Cheers!
    Elliott

    #542230

    weblink

    i’ve disabled the cato widget and only a custom menu is visable now.

    #544281

    Hi!

    The site is on maintenance mode. Please post the login details here. You can try this in the Quick CSS field:

    .widget_product_categories li a {
        background: transparent;
    }
    
    .widget_product_categories li a:before {
        content: '-';
        margin-right: 5px;
    }
    
    .widget_product_categories .current-cat a {
        color: black;
    }

    Adjust the values as needed.

    Cheers!
    Ismael

    #573595

    Topic can be closed! :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Product Categories Widget’ is closed to new replies.