• Hi, how can i remove bullet points from my sidebar widget? I searched the forums for similar posts but none of the codes that i found works. I tried to inspect element in chrome to find out the code but i cannot mark it with my mouse cursor like other elements. So how is it possible to remove them?

    View post on imgur.com

    Site: wallpaperstapety.sk

    Thanks in advance for any help

    • This topic was modified 8 years, 1 month ago by dusanb17.
Viewing 4 replies - 1 through 4 (of 4 total)
  • its very simple to do that in add this code in style tag <style></style>

    .widget-box li {
    list-style: none;

    }

    • This reply was modified 8 years, 1 month ago by medlemark.
    Thread Starter dusanb17

    (@dusanb17)

    It worked! Many thanks medlemark for help.

    I do not want to open a new topic since it relates to the same sidebar widget, i want to shift each category to left

    View post on imgur.com

    I tried to use “padding” but it shift only to the right side

    li.cat-item.cat-item-67 {
     padding: 0 10px; }

    It is not possible to use negative padding so how could i shift it to left? Is there any method?

    • This reply was modified 8 years, 1 month ago by dusanb17.

    if you want the categories to be shifted to the left you should apply css rule to the ul tag like this :

    .widget-box ul {
    padding: 0px;
    }

    Thread Starter dusanb17

    (@dusanb17)

    Hi medlemark, yes this code works. Thank you for taking time to help me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to remove bullet points from sidebar widget’ is closed to new replies.