Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter fulton1009

    (@fulton1009)

    Oh and the titles. I would like to remove the titles that say Bookmarks and Categories.

    Thank you again.

    Theme Author arthur-gareginyan

    (@arthur-gareginyan)

    In order to remove the bullet point dots you need to find in file style.css this block:

    #sidebar .recent-posts ul li a {
        color:#21565E;
        display:block;
        width:170px;
        margin-left: 10px;
        padding:4px 0 4px 25px;
        background:url(images/bullet.gif) no-repeat 5px 8px;
        -webkit-transition: margin .3s;
        -moz-transition: margin .3s;
        -ms-transition: margin .3s;
        -o-transition: margin .3s;
        transition: margin .3s; }

    and replace this:

    background:url(images/bullet.gif) no-repeat 5px 8px;

    with:

    //background:url(images/bullet.gif) no-repeat 5px 8px;

    Where exactly are these titles Bookmarks and Categories?

    Thread Starter fulton1009

    (@fulton1009)

    Thank you for your quick reply. Perhaps it would be easier with a reference. http://www.thirdwaveska.com is the website in question. Specifically Widgets: Sidebar Area 1.
    On my Area sidebar 1 I have the three areas. Links. Categories and Tag Cloud

    What says Links in my Dashboard shows up on my page as Bookmarks, a list bullet and the graphic I have for the link.

    I would like to remove or rename Bookmarks but I cannot find anywhere to remove it.
    I would like to remove the bullet points. I commented out the background:url line as you suggested. It didn’t help. I removed the two instances of the line in my style.css
    I also changed all list-style to none. (Only one had square)

    The style.css file is located under root–> third-content –> themes –> anarcho-notepad –>Style.css

    The bullet points are still there.

    I hope this clarifies my question and again, thank you for your help.

    Theme Author arthur-gareginyan

    (@arthur-gareginyan)

    Oh you mean this bullet points and not on the white sticker. Then uncomment previous line in the style.css file.
    And put this code to the end of the style.css file:

    #sidebar .widget li { list-style-type: none;  }

    You mean the title “Bookmarks” or the link(image)? If link then go to “Admin Panel” > “Links” > “All links”. And if the title “Bookmarks” then I don’t now because it widget and it not the theme. But you can delete this widget and use integrated in my theme widget named “Freands & Links” and remove title.
    To remove title “Freands & Links” find block:

    #sidebar .links-box {

    and comment this:

    background:url(images/links_box.gif) no-repeat 50% 8px;

    Thread Starter fulton1009

    (@fulton1009)

    Wonderful. That took care of the bullet. Thank you

    Now what if I do not have the widget named Freands & Links? I know I had it but it is no longer there. Can I reinstall the widget? I can’t seem to find it by name or author. It is not in my available widgets nor in my inactive widgets. It can not be reinstalled in menus where I believe I saw it before.

    Theme Author arthur-gareginyan

    (@arthur-gareginyan)

    You are welcome!
    This widget is in the “Admin Bar” > “Customiz’it!” > “Stuff” > “Disable box “Frends & Links””. It does not appear in the “Admin Panel” > “Appearance” > “Widgets”.

    Thread Starter fulton1009

    (@fulton1009)

    That did everything I was looking for. Thank you for all your help

    Theme Author arthur-gareginyan

    (@arthur-gareginyan)

    You are welcome!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove bullet point from lists’ is closed to new replies.