Hope you can help me out;
I know it is possible to get a second logo on top of the website, because i saw it in another topic.
https://www.ads-software.com/support/topic/add-image-next-to-logo/
But, is it possible to align the second logo to the complete right side of the page?
Link to the logo:
https://netwerkgewoonsamen.nl/wp-content/uploads/2021/01/KS-logo.jpg
Thanks in advance for your help
Regards,
Ruben
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 Witkowski
.navbar-not-transparent .navbar-brand img {
content: url(“url-here”);
}
But it’s not working. I added it to the theme’s style.css file. I don’t know how to create a child theme nor have I ever used FTP (Filezilla) so I can’t follow the original instructions at all.
Can someone help me? I would prefer to simply add the required code to the original files without creating a child theme.
Thank you,
]]>I am using a white logo for my front page header (with transparent background) and was able to use a second colored logo for the other header (with opaque background) using the code below. This second logo shows up everywhere nicely except the blog header. Can someone help? Here’s my website www.dzeyemd.com
.navbar-not-transparent .navbar-brand img {
content:url('https://yourwebsiteimage.jpg');
}
]]>I am fairly new to wordpress and am setting up website using Colorway. I’d like to add a second logo to the header on the homepage on the right hand side. Is there a simple way to do this in custom CSS? If so, what is the code? I already have the logo to upload.
Or do i need to look a child theme? This is all very new to me!
Thanks for your help
]]>Here is my site: www.pittoreska.com
1) I added a second logo to my header on the right to the nav bar. I also have a Sticky Logo and this is now shown two times too. How can I make the Sticky Logo appear only once on the left?
2) On a wide screen, my nav bar with the logos on each side looks great. On smaller screens, the nav bar takes is on two lines. How can I minimize the distance/space between the logos and the nav bar so the nav bar takes up all the space in between the logos?
3) On very small screens and mobile the two logos are shown on top of eachother with the social icons and menu button in between. Would it be possible to have the two logos next to each other at the top and social icons and menu button bellow them?
Thank you!
]]>What’s easiest way to add second logo to header? I have there one logo but I want to second logo after that one. Also I need add own link to that logo.
So how I can manage do that?
Br
Not So Master