Adding a second logo that can also redirect to another website.
-
Howdy,
I’m a student researcher tasked with making a site for my professor and his lab. I only just recently converted to a child theme of Vega, as before I just used custom CSS as a workaround.
.navbar-custom .navbar-brand:after { content: ''; display: block; width: 240px; height: 110px; position: relative; left: 0px; top: -45px; float:right; max-width: 100%; background: url("https://www.gerakis-lab.com/wp-content/uploads/2019/05/TAMUAero.jpg") no-repeat; background-size: 100%;
This is the code I used before to add a university Aerospace logo to the right of the lab logo, which itself is just an image file that says “Optical Probing and Manipulation”.
The main header logo already redirects to the front page of the lab site, but I want to add an additional logo to the right that redirects to the university Aerospace department. What’s the right way to do this?Thanks for helping,
Justin WitkowskiThe page I need help with: [log in to see the link]
- The topic ‘Adding a second logo that can also redirect to another website.’ is closed to new replies.