Tagged: social icons
Hi
I have installed a child theme on a cloned temporary site and followed the instruction from:
https://kriesi.at/support/topic/search-box-in-main-header-along-with-social-icons/?login_error
It works but it looks like this:
https://www.dropbox.com/s/t35leb2782fz0an/Bastashot%202019-02-25%20kl.%2017.57.06.png?dl=0
I would like it to look like this:
https://www.dropbox.com/s/ujkky9dnsuikglk/Bastashot%202019-02-25%20kl.%2017.56.49.png?dl=0
If I change the element.style from:
element.style {
height: 90px;
line-height: 90px;
}
to
element.style {
height: 90px;
line-height: 30px;
}
It is alright.
But how do I change the element.style ? Is it in Quick CSS? Would this be correct ?
#top #menu-item-search.menu-item-search-dropdown>a {
border-left: none;
line-height: 30px !important;
}
Best regards,
Claus
Hey Develco,
Thank you for using Enfold.
Have you managed to make this work? This is what we see on our end.
Screenshot: https://imgur.com/a/ogt1qEn
Best regards,
Ismael
Hi
Yes I think the code works out alright.
I just wanted to make sure that I did it the right way, thinking of the Enfold functions.
Best regards,
Claus