Posts I Like CSS
-
Hello!!
I’ve been using CSS to customize my page and everything is looking great! Now I want to customize the “Posts I Like” widget on the side bar but I can find the code for it.
I appreciate your help!
The blog I need help with is: (visible only to logged in users)
-
Hi, the Posts I Like widget uses the standard widget styling. To make changes to that, you would need to use the following main CSS class for that widget and then add to it whatever else you need.
.widget_jetpack_posts_i_like
As an example, this would be the code to turn the title of that widget bold red and change the size to 30px..widget_jetpack_posts_i_like .widget-title { color: #cc0000; font-size: 30px; font-weight: bold; } -
Hi there.
Just to be sure to have understood, you would like the selector for this widget (Post essenciais), right?
If so, here it is:
aside#jetpack_posts_i_like-4
Hope this helps.
-
Thanks Richard! It worked. Since my blog is written in Portuguese and I use wordpress.com.br, sometimes I don’t know how to name the widgets and other features of the blog.
-
That’s right, Raul. You and Richard gave me same directions and they both worked. ;)
Muchas gracias!
-
-
- The topic ‘Posts I Like CSS’ is closed to new replies.