Tagged: transparent header
-
AuthorPosts
-
February 24, 2015 at 3:01 am #401150
Dear Kriesi support team and community!
Thank you for an awesome theme and support, and for the great updates!Is there a way to use several variations of the transparent header? Would be nice to have the possibility to use transparent header for both dark and bright pages.
Lets say:
Transparent header 1: White font white logo
Transparent header 2: Dark font dark logoBest Regards
_Urban_
- This topic was modified 9 years, 9 months ago by _urban_.
February 24, 2015 at 4:55 pm #401507Hey _urban_!
If you can point out the changes you would like to make and post the link to your page, we can provide you custom CSS codes :)
Best regards,
YigitFebruary 25, 2015 at 5:12 am #401840Hi!
yes i thought I had attached the link as a private message.
I one of the attached pages I would like to use a transparent header with black font in the menu and the extra elements in the top menu and LogoBlack.png.
In the other I would like to use a transparent header with white font in the menu and the extra elements in the top menu and LogoWhite.png.February 25, 2015 at 5:17 am #401842This reply has been marked as private.February 26, 2015 at 4:54 am #402440Hi!
I’m not sure I understand exactly what you mean, do you want a different look on different pages? If so, you can use the following code in Quick CSS to get dark header links on this page: http://autek.no/var-ekspertise/
.page-id-10913 #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a{ color:#333 !important; }
Cheers!
RikardMarch 2, 2015 at 6:04 am #404288This reply has been marked as private.March 3, 2015 at 7:42 am #404971Hi!
Edit the page then look for Layout > Header visibility and transparency. Select “Transparent Header”.
Cheers!
IsmaelMarch 16, 2015 at 12:48 am #411776Hi Ismael.
Thank you for the response.
The problem is that I am already using a transparent header. So I would like to have two different header transparent header styles. One with a dark font and another with a light font.Hope it is possible to achieve..
Best Regards.
Urban
March 16, 2015 at 6:06 pm #412378Hi!
For the pages where you want white text drag a codeblock element to your content and add this inside.
<style type = "text/css"> #header * { color: white; } .header-scrolled { color: black !important; } </style>
Regards,
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.