-
AuthorPosts
-
November 11, 2014 at 8:43 am #142484
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!
November 11, 2014 at 2:53 pm #142777Hi 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.
November 12, 2014 at 1:47 am #143081Please 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
November 12, 2014 at 10:19 am #143433Try adding some CSS code under Appearance -> Customize -> Custom -> CSS
.x-tab-content { -webkit-box-shadow: none; box-shadow: none; }
Hope this helps.
November 13, 2014 at 11:39 pm #144863It works! Thanks!
November 14, 2014 at 12:47 pm #145252You’re welcome! 🙂
-
AuthorPosts