-
AuthorPosts
-
March 27, 2018 at 12:26 pm #933593
Hi,
I have a multilanguage website where on the default language homepage I hide logotype in transparent header and display it after scrolling. I would like my logotype behave the same way on the transparent header on homepage in the second language as well (now it is not hidden before scrolling). How to do that?March 27, 2018 at 1:14 pm #933650Hey Monica,
As I understand you like to display the logo when the page is not scrolled correct?
Please remove the below code from the child theme styles.
.home .av_header_transparency .logo { opacity: 0; }Best regards,
VinayMarch 27, 2018 at 1:21 pm #933653No, opposite. I would like to display logo ONLY when the page is scrolled – that is why the code is added in custom CSS. But the code does not work for the second language version of the homepage.
March 27, 2018 at 1:29 pm #933657Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top.page-id-56 #header .logo { opacity: 0; } #top.page-id-56 #header.header-scrolled .logo { opacity: 1; }If you activate transparent header please check the code to below
.page page-id-56 .av_header_transparency .logo { opacity: 0; } .page page-id-56 .logo { opacity: 1; }Best regards,
VinayMarch 27, 2018 at 1:50 pm #933666The transparent header on both version of the homepage is ON, but any combination of the above codes does not work, unfortunately.
March 27, 2018 at 2:23 pm #933673how do you have reached multilanguage site. What kind of plugin do you use?
March 27, 2018 at 2:47 pm #933684Hi, I have used Polylang to create multilanguage website.
March 28, 2018 at 7:17 am #934032Hi,
I have updated the code in quick CSS Please review the site now :)
Best regards,
VinayMarch 28, 2018 at 7:26 am #934035Thank you a lot! Works perfect now.
Great help :)March 28, 2018 at 12:12 pm #934191Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Vinay -
AuthorPosts
- The topic ‘logotype in transparent header on multilanguage site’ is closed to new replies.
