Home › Forums › All Other Themes › The Art Theme – a couple issues
- This topic has 13 replies, 2 voices, and was last updated 6 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
January 9, 2018 at 10:32 pm #91246
How do I make the header transparent on all the other pages except the home page, where it already is transparent? I have already tried background-color: rgba(0,0,0, 0.5) !important; which works on the home page, but doesn’t on any others.
My site is http://lswebsitedesigns.com/courtyard2/ and one of the pages I’m talking about is http://lswebsitedesigns.com/courtyard2/about-us/.
Also on the home page slider, the bottom of the first picture is on a diagonal. But for the rest it briefly has that diagonal line, but then shows the entire image. Is there a way to fix it so they all have that diagonal angle on the bottom?
Thank you.
January 10, 2018 at 6:12 am #91268Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
.page_head, .post_head {height:450px;} .page .header_wrap.layer_wrapper .header { position: absolute !important;}
Regards,
ChrisJanuary 10, 2018 at 4:00 pm #91370I did that and it did not fix either problem.
January 11, 2018 at 5:17 am #91409Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.page .header, .single .header, .archive .header, .search .header { background-color:rgba(0,0,0, 0.5) !important;} .page_head, .post_head {height:450px !important;}
Regards,
ChrisJanuary 11, 2018 at 7:53 pm #91505Thank you, that fixed the first issue. But the second one is not fixed:
Also on the home page slider, the bottom of the first picture is on a diagonal. But for the rest it briefly has that diagonal line, but then shows the entire image. Is there a way to fix it so they all have that diagonal angle on the bottom?January 12, 2018 at 6:02 am #91541Hi,
So, you do not want diagonal angles at the bottom.
Regards,
ChrisJanuary 13, 2018 at 7:55 pm #91615No, I do want diagonal angles. But the only one that has it is the first one.
January 15, 2018 at 6:30 am #91654Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.featured_area {display:inline-block; margin-top:36px; padding-top:0;}
Regards,
ChrisJanuary 15, 2018 at 5:56 pm #91746That did not work. It changed it to just a small angle on the very right side of the first image, and the other images still have no angle. I want all of them to have the angle that the first one does.
January 16, 2018 at 5:20 am #91764Hi,
I am not sure what you mean by this. Can you may be draw or point out in an image?
You can upload image in imgur.com and share the link here.
Regards,
ChrisJanuary 16, 2018 at 1:54 pm #91818The bottom of the first image displayed is on a diagonal like this:
https://imgur.com/a/zVn2IAll of the rest of the images briefly show the diagonal for less than a second:
https://imgur.com/a/GaIT5But then they end up with have a straight bottom, no diagonal:
https://imgur.com/a/1d7kaI would like them all to have the diagonal line. It works fine in Firefox, but does not in Chrome, IE, or my mobile phone.
January 17, 2018 at 5:09 am #91849Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.featured_area {z-index:99999 !important; position:relative !important;}
Regards,
ChrisJanuary 17, 2018 at 2:10 pm #91930That did it! Thank you very much.
January 18, 2018 at 6:41 am #91985Hi Lori Schroeder,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/14/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.