Remove Widget Archive Display Titile
-
Hi there
Used this link to inspect element & create this CSS:
li.infotext .p {
display: none;
}Been on forum & moving to this forum was suggested:
https://en.forums.wordpress.com/topic/created-custom-menus-using-post-categories?replies=5#post-2239610Any help would be greatly appreciated :)
Thanks
The blog I need help with is: (visible only to logged in users)
-
Unfortunately the CSS code didn’t work. It did appear to in the editor.
So despite what I said in the other forum still unresolved.
I thank you for any assistance that you can provide.
Many thanks :)
-
Hold the phone. New code seems to be working new:
#sidelist li.infotext p {
display: none;
}Just need to fully test. Hope I haven’t wasted any body time be posting here :(.
-
Just needed to remove the p:
#sidelist li.infotext {
display: none;
}Thanks for listening ;)
- The topic ‘Remove Widget Archive Display Titile’ is closed to new replies.