Conversation
supportHi, Is there a way to display the title of the feed set in the options like the title of the others widgets See screen https://i.ibb.co/C1TP0Kh/rssfeedwidget.png I would like to display the title “Actualités Steam” in the same design of the twitch widget for a better look. Thanks for your help. This topic was modified 6 years, 8 months ago by panteror . This topic was modified 6 years, 8 months ago by panteror . The page I need help with: [ log in to see the link]
Maybe in your theme, widgets are display with some different HTML element as a wrapper. It’s a little customization required, are you comfortable in changing in files?
yes i can edit files if you tell me what to change, no problem. I use this theme : https://wordpress.org/themes/newslite/ The test website is here : http://dowfrancif.cluster020.hosting.ovh.net/ Thank you.
Check this screenshot https://prnt.sc/p2bb3q Open my plugin/widget and find in functions.php For example: Line no. 166 & Line no. 176 You need to change aside to section and h3 to h2. That’s it. Alternatively, you can write some CSS style for aside and h3 as well.
ok thanks i will try.
Maybe in your theme, widgets are display with some different HTML element as a wrapper. It’s a little customization required, are you comfortable in changing in files?
yes i can edit files if you tell me what to change, no problem. I use this theme : https://wordpress.org/themes/newslite/ The test website is here : http://dowfrancif.cluster020.hosting.ovh.net/ Thank you.
Check this screenshot https://prnt.sc/p2bb3q Open my plugin/widget and find in functions.php For example: Line no. 166 & Line no. 176 You need to change aside to section and h3 to h2. That’s it. Alternatively, you can write some CSS style for aside and h3 as well.
ok thanks i will try.