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

    Hi there!
    I want to make a line between archive months (instead of the points)
    Also I’m trying to make the tags at the tag cloud in different color , but without success.

    Thank you!
    Noy

    #512353

    Hey Noy!

    Add this to your custom CSS.

    .widget_archive li {
        border-bottom: 1px solid black;
    }
    .widget_tag_cloud a { color: red !important; }
    

    Regards,
    Elliott

    #512355

    That’s nice but the points is still there ..
    something I can do with it?

    #512409

    Hi!

    Add this.

    .widget_archive li { list-style-type: none !important; }
    

    Regards,
    Elliott

    #512435

    all good! :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Customize archive & tag cloud’ is closed to new replies.