Hi keidla
Can you please tell me where you want to show the second logo in the header.
Please share a screenshot and send the site URL too.
Thanks
Thread Starter
keidla
(@keidla)
Hi!
Next to the another logo or right side in the header. Where it is possible 🙂
url: http://www.omegainvest.ee/et/
Sorry, i don’t know how to share a screenshot in here..
Thanks!
Hello keidla
For this, Please add the following CSS code in custom CSS field (Theme dashboard -> Appearance -> Customize -> Header Setting -> Custom CSS Filed).
.nav.navbar-nav::after {
content: url(http://www.omegainvest.ee/wp-content/uploads/2016/03/copy-omega_logo1.png);
position: relative;
z-index: 100000;
right: -188px;
top: -40px;
float: right;
}
Note: It will work for only the desktop views because it is a simple css trick.
Let me know if it works..!
Thanks
Thread Starter
keidla
(@keidla)
Hi! Thank you very much, it worked 🙂 But now there’s too much white space between header and slider, is it possible to reduce it?
URL: http://www.omegainvest.ee/et/
Thanks
Hello keidla
Okay, Please replace the CSS code given below with the previous CSS code.
.nav.navbar-nav {
position: relative;
}
.nav.navbar-nav::after {
content: url(http://www.omegainvest.ee/wp-content/uploads/2019/02/30-lat-tcm-01-300x224-e1550662758958.png);
position: absolute;
z-index: 100000;
right: 760px;
top: -15px;
float: left;
}
Hope this will helps..!
Let me know if it works.
Thanks
Hi keidla
I’m really glad to hear I was able to help.
If you are happy with the Appointment theme Could you please provide us with a review on ww.wp.xz.cn. Review form can be found here: https://ww.wp.xz.cn/support/theme/appointment/reviews/#new-post
Have a good day. 🙂
Best Regards