Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1108941
    ReneeRenick
    Participant

    I’m enjoying playing with the X Theme. Although, I am being challenged (in the best way possible) to learn more about customizing the CSS to achieve the look I’m going for. I am using the Integrity Stack and I have been modifying the X-Dark version of the theme.

    My issue is that I am trying to achieve a completely smooth background color of #280604 across the body, wrap, container and content portions of the theme. I have figured out how to modify the CSS to get most of what I want, however, there remains a very faint black border around each of these components that I would like to get rid of.

    One foreseeable glitch with this plan is that I DO like it as it is appearing extending right and left out from the menu. I would like to keep it here if possible.

    Here is a link to one of the site pages where this issue appears: http://sojournerswisdom.com/wordpress/

    Thank you in advance.

    #1109091
    Joao
    Moderator

    Please add the following code to Appereance > Customizer > Custom > CSS

    .entry-wrap {
    box-shadow: none !important;
    }
    hr {
    border-top: none !important;
    }
    

    Hope it helps

    Joao

    #1109834
    ReneeRenick
    Participant

    Yay! That worked! Thank you for the speedy reply.

    #1109856
    Rad
    Moderator

    You’re so much welcome!

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