Home Forums Free Themes University Hub How to insert a new logo-sized image next to site logo

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #190159
    Woodsman
    Participant

    How can another image (roughly the size of the logo) be added to the right of the site logo? Midway in the header under the site name will work fine.

    I am currently working on an local site on my PC.

    Thanks

    #190169
    Psink
    Keymaster

    You can add this CSS

    .site-branding .custom-logo-link:after {
    content: “”;
    width: 52px;
    height: 40px;
    background-image: url(https://demo.wenthemes.com/university-hub/wp-content/uploads/sites/35/2016/12/cropped-logo-u-1.png);
    display: block;
    }

    and please change the background-image URL as per your requirement

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