Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #142484

    chitojoseph
    Participant

    Hi there,

    How do I remove the border and shadow of tabbed content? I’m using the Integrity stack (Demo 1). Here’s my site where I want to remove the border in the tabs — http://new.prescriptionsuicide.com/about

    I would like to avoid changing the main CSS file of X Theme.

    Thanks!

    #142777

    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #143081

    chitojoseph
    Participant

    Please see this screenshot of the page. I have indicated the tab border and shadow that I want to remove. How do I do this via CSS?

    Screenshot: http://tinypic.com/r/23rn3io/8

    #143433

    Cousett
    Member

    Try adding some CSS code under Appearance -> Customize -> Custom -> CSS

    .x-tab-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    Hope this helps.

    #144863

    chitojoseph
    Participant

    It works! Thanks!

    #145252

    Zeshan
    Member

    You’re welcome! 🙂