• Resolved bebibu

    (@bebibu)


    Hi there,

    thank you for your awesome plugin.

    currently i used Top Post Widget and place at my pages [do_widget id=top-posts-6]

    and i try to change the style with some css something like this…

    .widget_top-posts li {
    	list-style: none;
    	margin: 0;
    
    .widget_top-posts a {
    	color: #ffffff;
    .blbla bla

    the problem is, i want to have different style between Top Post at Sidebar and Top Post at Pages (using amr plugin).

    Can you help me to solve this css problem? thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author anmari

    (@anmari)

    Use your browsers ‘inspect element’ feature (I like firefox’s best) or view the htmlsource to find the containing html element and use that to define the different style that you want on pages. Most themes will use have something like a content class vs a sidebar class.

    eg:

    .content .widget….. for pages

    Thread Starter bebibu

    (@bebibu)

    wow, thank you very much, anmari.

    case closed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Different Style Between Widget Sidebar & Widget Pages’ is closed to new replies.