Home › Forums › All Other Themes › Transparent Header on Bistro Theme
- This topic has 7 replies, 3 voices, and was last updated 4 years, 11 months ago by
Forum Moderator.
-
AuthorPosts
-
April 3, 2018 at 8:03 am #98238
hello.
please, can you tell me at the Bistro template how can I set up the Transparent Header on Frontpage, but without full transparency? (it can be black, but not full transparent, so you can see the image behind + you can have a clear header and you can read the text clear)
I entered in Admin – Header – I set ON the Transparent Header on Frontpage – I tried to change the number from background transparency (it was 0 initially, and if you put 1 ore other number, it will set the header to full color)
thanks
April 4, 2018 at 9:16 am #98342Hi,
Kindly show us your website URL?
Regards,
BradApril 4, 2018 at 4:25 pm #98417www.coob.ro
April 5, 2018 at 11:27 am #98454Hi,
Kindly set 0.5 value in Transparent Header on Frontpage.
Regards,
ShriApril 5, 2018 at 2:58 pm #98480thanks. it worked. Is there a way to set up the same transparency to the page header?
April 6, 2018 at 9:37 am #98526Hi,
Kindly go to Appearance >> Customize >> Basic >> Custom CSS and paste below code there:
.page .header, .single .header, .archive .header, .search .header { position: absolute !important; background-color: rgba(114,114,114, 0.5) !important;}
Regards,
BradApril 6, 2018 at 1:32 pm #98609hi. I did put the code you gave me, but the header dissapeared from the pages.
April 6, 2018 at 1:47 pm #98616Hi,
Kindly go to Appearance >> Customize >> Basic >> Custom CSS and paste below code there:
.page .header, .single .header, .archive .header, .search .header { position: absolute !important; z-index:1000; background-color: rgba(114,114,114, 0.5) !important;}
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.