Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • phoenixx Friend
    #183201

    The site referenced can be found here: http://www.yankeefeet.com/index.php/virtuemart/all-categories/categories/golf/oxfords/by,category_name

    What I would like to do is remove the bullets from the lists that modules in this position are displaying.
    If you are viewing the above site you can see that the checkboxes are showing up as lists and are bulleted.
    I believe that this is included in the template becuase it occurs with different modules when I try them as well.
    I’m hoping that someone can point me to the css entry for this, assuming there is one, or
    if I need to create a new style, some basic info as to where that entry would need to be placed, if it is not too intense.

    Many thanks

    Luna Garden Moderator
    #476737

    Hi phoenixx!

    I have checked your site and if you want to remove bullets from modules, you need to change style for the modules from the template.css file.


    .column ul li {
    background: url("../images/bullet.gif") no-repeat scroll 20px 7px transparent;
    line-height: 160%;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 30px;

    Now, replace it with:


    .column ul li {
    line-height: 160%;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 30px;

    Note: But please keep in mind that every module that uses the style will have the bullets removed.

    Please check image for more detail.

    Regards.


    1. vintas

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

This topic contains 2 replies, has 2 voices, and was last updated by  Luna Garden 11 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum