Free and Premium WordPress Plugins & Themes Forums WordPress Themes Emmet Customizing About Us widget layout
- This topic has 3 replies, 2 voices, and was last updated 8 years, 6 months ago by J. Davis.
- AuthorPosts
- May 30, 2016 at 8:59 am #314952TonyGuest
I purchased the pro license. I cannot work out how to customize the layout of the About Us widget in the footer.
I have added the widget, I can specify title and text for the section … But I don’t want the site name to appear, however I want the logo and tag line to still appear.
If I turn off show logo option, it hides all of them, i.e. the logo, tag line and the site name.
I only want to hide site name.
I want to edit the backend template for this widget and have checked out all the PHP files and cannot work out where to edit this.
May 30, 2016 at 11:25 am #315019J. DavisKeymasterHi Tony,
You can add the style below to style.css file of the Child Theme.site-footer .widget.theme_widget_about .site-title{ display:none; }
Best regards,
JohnMay 30, 2016 at 1:17 pm #315124TonyGuestThanks, this should do the trick.
Ideally, I’d like to modify the php code and maybe rearrange objects or add others. How would I do that? I couldn’t find any php code that I could modify.
May 31, 2016 at 9:31 am #315522J. DavisKeymasterHi Tony,
You can find this widget at mp-emmet plugin. Thus you can rearrange it with style.css file of your child theme.
Best regards,
John - AuthorPosts
- You must be logged in to reply to this topic.