• Hello,

    I am working with the theme, suffusion, which is really great and convenient to use. I am quite begineer. I noticed in all the widgets displayed in my side bar, all titles/links/categories start with a bullet , I would like to remove this bullet and especially from my category drop list,but I would like to keep it for my link widget. I have added a Enhanced categories which allow me to expand/collapse my child category, and I have a button (green) around my expand image that I cannot remove as well, it does not come from the widget but the template. If you want to have a look, https://www.elgringotrail/blog, it is really a draft, I am just setting up the content of my blog. Thanks by advance for your help

Viewing 7 replies - 1 through 7 (of 7 total)
  • Remove:

    .suf-mag-category li, .tab-box div.sidebar-tab-content ul li, .suf-widget li, .suf-flat-widget li, .suf-panel-widget li {
    background-image:url("images/icons/bulletgr.png");
    }

    in green,css

    You could also just change the text

      url(“images/icons/bulletgr.png”)

    to

      none

    this way if you ever wanted to put the bullets back in you could just re-enter the same code.

    I would suggest putting this in Blog Features -> Custom Includes -> Custom Styles:

    .suf-mag-category li, .tab-box div.sidebar-tab-content ul li, .suf-widget li, .suf-flat-widget li, .suf-panel-widget li {
        background-image: none;
    }

    This way when you upgrade your theme your settings are preserved and you don’t have to make the change again.

    Thread Starter fab_et_arno

    (@fab_et_arno)

    thanks for your help, it has worked, for the bullet but I still have this kind of mask , just before the category name, I cannot ride off it… still need a bit of your help

    thanks

    Thread Starter fab_et_arno

    (@fab_et_arno)

    OK I fixed it, many thanks for your quick help

    sayontan,

    Does this method act as a child feature that is gaining so much popularity? It seems to be the case, and if so, it is a welcomed feature indeed!

    Regards,
    Bryan

    @bjzdesign,
    Not sure what your question exactly is, as in which feature you are referring to.

    I would assume that the “Custom Styles” capability is the one you are talking about. It is really a simple concept – a means to override the styles of the theme without changing any of the files of the theme. Given the frequency of new features in Suffusion, users might want to upgrade whenever a new feature is available. In such a case it helps users if they don’t have to worry about porting CSS changes from the old version to the new.

    Regards,
    Sayontan.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remobe bullet on Suffusion theme’ is closed to new replies.