-
AuthorPosts
-
November 3, 2014 at 4:42 am #137253
tanjadietzParticipantHi there,
on my Blog: http://www.blog.die-fotolounge.de is a shadow under the Header (the black line) – this is the first I want to remove.
And the second I want to remove are the shadows/ lines around the post articles… when you click on my article you can see there are dark lines around the post. I dont want to have these lines anymore.
Can you help me please? Is there a CSS for this?
THANK YOU 🙂
November 3, 2014 at 6:29 am #137338
ZeshanMemberHi there,
Thank you for writing in!
To remove the shadows, please add following code under Custom > CSS in the Customizer:
.x-navbar, .entry-wrap, .x-logobar, .has-post-thumbnail .entry-featured { box-shadow: none; border: none; }Hope this helps. 🙂
Thank you.
May 20, 2015 at 11:46 am #277905
Fiona AParticipantSorry to pick this back up – this worked for me but I wanted to keep the shadow for the navbar however when I took the navbar part out of the above code all the shadows returned. Help?
May 20, 2015 at 12:46 pm #277970
Prasant RaiModeratorHello Fiona,
We are unable to access your website. We are getting following message “The domain is not available.” Kindly check at your end and let us know when the website is up and running.
Thanks.
May 20, 2015 at 6:09 pm #278209
Fiona AParticipantThis reply has been marked as private.May 20, 2015 at 8:50 pm #278315
LelyModeratorHello Fiona,
We can access it now.
To keep the shadow for navbar please update CSS update above to this:
.entry-wrap, .x-logobar, .has-post-thumbnail .entry-featured { box-shadow: none; border: none; } .x-navbar{ border: none; }Hope this helps.
Thanks.May 22, 2015 at 6:26 pm #279785
Fiona AParticipantPerfect.
Thank you!
May 22, 2015 at 10:58 pm #279947
FriechModeratorYou’re more than welcome, please feel free to get in touch with us regarding any further queries about the X theme.
Cheers!
June 1, 2015 at 3:45 am #288369
TimParticipantIs the code to remove the shadow on content blocks changed? I’m using integrity and cannot find a way te remove the drop shadow on the content blocks..
June 1, 2015 at 7:38 am #288536
ThaiModeratorHi @Timschouwink,
Try adding following CSS under Appearance > Customize > Custom > CSS:.x-colophon { box-shadow: none; }Hope it helps.
June 1, 2015 at 9:31 am #288643
TimParticipantHi X,
Regretfully no succes on that one.
Another solution?
Cheers!
June 1, 2015 at 7:34 pm #289206
LelyModeratorHello There,
Please try adding the following CSS code in your Customizer via Appearance > Customize > Custom > CSS:
.entry-wrap { box-shadow: none; }If this doesn’t do the trick, would you mind giving us the exact URL and the elements where you want to remove the shadow?
Hope this helps.
June 3, 2015 at 3:11 am #290688
TimParticipantHi X,
Regretfully, still no succes. I want to clear out the shadow on the content ‘boxes’, for instance the 3 beneath the revolution slider:
http://nlthee-gucunkaya.savviihq.com/
Cheers!
June 3, 2015 at 1:36 pm #291323
RubinKeymasterHey There,
Make sure to clear your browser cache. I just checked each and every element on your site and there is no shadow at all.
July 6, 2015 at 5:55 pm #322630
sinfmParticipantHi, I would like to remove the shadows on product posts.
Thanks in advance!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-137253 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
