Customizing About Us widget layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #314952
    Tony
    Guest

    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.

    #315019
    J. Davis
    Keymaster

    Hi 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,
    John

    #315124
    Tony
    Guest

    Thanks, 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.

    #315522
    J. Davis
    Keymaster

    Hi 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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.