Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #137253
    tanjadietz
    Participant

    Hi 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 🙂

    #137338
    Zeshan
    Member

    Hi 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.

    #277905
    Fiona A
    Participant

    Sorry 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?

    #277970
    Prasant Rai
    Moderator

    Hello 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.

    #278209
    Fiona A
    Participant
    This reply has been marked as private.
    #278315
    Lely
    Moderator

    Hello 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.

    #279785
    Fiona A
    Participant

    Perfect.

    Thank you!

    #279947
    Friech
    Moderator

    You’re more than welcome, please feel free to get in touch with us regarding any further queries about the X theme.

    Cheers!

    #288369
    Tim
    Participant

    Is 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..

    #288536
    Thai
    Moderator

    Hi @Timschouwink,
    Try adding following CSS under Appearance > Customize > Custom > CSS:

    .x-colophon {
    	box-shadow: none;
    }

    Hope it helps.

    #288643
    Tim
    Participant

    Hi X,

    Regretfully no succes on that one.

    Another solution?

    Cheers!

    #289206
    Lely
    Moderator

    Hello 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.

    #290688
    Tim
    Participant

    Hi 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!

    #291323
    Rubin
    Keymaster

    Hey 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.

    #322630
    sinfm
    Participant

    Hi, I would like to remove the shadows on product posts.

    http://www.cultofsynth.com

    Thanks in advance!

  • <script> jQuery(function($){ $("#no-reply-137253 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>