Hiding only one widget title
-
Hi,
I would like to display the post from an another blog on my site, but without showing its page title. I know how to hide all the widget titles, but this time I would like to hide only one widget’s title.
To make it clear:
posts from here: http://sandoralexandravaleria.hu/
to here: http://tempty.hu/
wthout showing the first’s title as a widget title on the second.Is it possible?
Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
I’m not really sure whether I understand your request, so apologies in advance if I get it wrong at first.
Let’s look at a specific example. I looked at http://sandoralexandravaleria.hu/ and I see the title “Friss: tempty blogja” in the widget area in the top right of the Duet theme.
To hide the “Friss: tempty blogja” text, you can add the following CSS to your Appearance > Customize > CSS editor:
#jetpack_display_posts_widget-2 > h3 { display: none; }Here’s how I found what CSS selector to use with the Chrome browser’s web inspector:

-
-
- The topic ‘Hiding only one widget title’ is closed to new replies.