Support » Plugin: Special Recent Posts » 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/

    Apreciate your help

    http://wordpress.org/extend/plugins/special-recent-posts/

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@lgrandicelli)

    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.