Archived topic
show icon in footer widget title
1 reply · Started by John MacKenzie on February 1, 2019
Viewing posts 1–2 of 2
re this thread, https://generatepress.com/forums/topic/show-icon-in-widget-title/
id like to show a widget (or image) in the widget title (or navigation widget title)
was trying to show angle-down
i tried adding that code from the above but it didnt do anything.
also happy to just add my own image too.
thanks!
Hi there,
so to add the FontAwesome angle down icon to the the Widget Titles you could do this:
.widget-title:before {
content: '\f107';
font-family: fontawesome;
margin-right: 5px;
}
This archived topic is closed to new replies.