For some reason, I didn’t get the notice that you posted here. Sorry for the delay in answering.
I added a class called “htmlplusrecpostsbycat” to the plugin so that you can easily select and customize the CSS of all its elements. Putting the HTML <strong>
in the text field will affect any text you put in the text box, but it won’t affect the links, which are generated programmatically. To customize the look of the post links, you’d use the following custom CSS to make them bold:
.htmlplusrecpostsbycat li a {
font-weight: bold;
}
You can use that selector to customize the other elements as well.
-
This reply was modified 8 years, 3 months ago by
linux4me2.
-
This reply was modified 8 years, 3 months ago by
linux4me2.