Title: CSS editing for specific widget
Last modified: August 21, 2016

---

# CSS editing for specific widget

 *  [Babube](https://wordpress.org/support/users/babube/)
 * (@babube)
 * [13 years ago](https://wordpress.org/support/topic/css-editing-for-specific-widget/)
 * Hi all,
 * So i have SRP pro and want to edit CSS in just one widget part so i can put title
   and text under the first big thumbnail. I should use “Widget CSS ID” to edit 
   that widget individually but can´t get it working… How should i use that feature?
   As seen in SRP FAQ “css-front.css” is the file to edit and i made that but i 
   can´t get a linkage to the specific widget.
    Also, all the “Read more” should
   have a line break from text.
 * Here´s the project:
    [http://reaperagency.xxx/ra/](http://reaperagency.xxx/ra/)
 * Apreciate your help
 * [http://wordpress.org/extend/plugins/special-recent-posts/](http://wordpress.org/extend/plugins/special-recent-posts/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [globalanimal](https://wordpress.org/support/users/globalanimal/)
 * (@globalanimal)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/css-editing-for-specific-widget/#post-3643912)
 * We’d love to know how to use the paid option of “Widget Class ID.” We’ve seen
   this same question posted many times here in the forum but that developer hasn’t
   answered once. If you find out, we’d love to know, too.
 *  Plugin Author [Luca Grandicelli](https://wordpress.org/support/users/lgrandicelli/)
 * (@lgrandicelli)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/css-editing-for-specific-widget/#post-3643913)
 * Hello and sorry for the late respond.
 * If you assign a unique ID to any HTMl element, such the widget container as in
   this case, you’ll be able to target it via CSS to give appropriate style.
 * So for exampe, if you name the first widget instance “myInstance1”, then you 
   have to write something like this:
 * `
    #myInstance1 { //your css code }
 * I suggest to write all of your custom css rules within your template them, so
   you won’t affect the plugin stylesheet in case of updates.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS editing for specific widget’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/special-recent-posts_006699.svg)
 * [Special Recent Posts](https://wordpress.org/plugins/special-recent-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/special-recent-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/special-recent-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/special-recent-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/special-recent-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/special-recent-posts/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 2 replies
 * 3 participants
 * Last reply from: [Luca Grandicelli](https://wordpress.org/support/users/lgrandicelli/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/css-editing-for-specific-widget/#post-3643913)
 * Status: not resolved