• I am currently using the plugin “latest twitter”. I am going to put one as a widget on my sidebar, and also one on my homepage. I want separate styles for each. How would I go about doing this?

Viewing 1 replies (of 1 total)
  • Add them to these locations and then review what class and/or id is in use and override it in your theme’s stylesheet.

    Each location will have additional CSS for the containers they are in that can applied to make them unique.

    Examples:

    .widget .plugincss {your styles here}
    #content .plugincss (your styles here}

    It may take some playing with but is doable.

    Note: If your plugin pulls the css from an external server, it can change at any time.

Viewing 1 replies (of 1 total)
  • The topic ‘Creating two different styles for one plugin’ is closed to new replies.