-
AuthorPosts
-
July 15, 2014 at 1:40 pm #291577
I have a third part plugin that has had its display affected by Enfold CSS. I have Firefox code that shows the Enfold CCS, but cannot locate it.
Before
http://prntscr.com/42vca8After
http://prntscr.com/42ve1mthe css that I need to change is in the Main Content
http://prntscr.com/42vfaiThis is how the ENFOLD CSS impacts 3rd party plug in
http://prntscr.com/42vfxwCan you tell me where to find css for Main border color ?
thanks !
July 15, 2014 at 6:27 pm #291747Hi Ed!
Can we see the site and content live? It sounds like the plugin doesn’t have its css set specific enough so the themes general styling is taking priority.
Instead of ever editing the theme css you should add a new rule that targets the plugin code directly.
Regards,
DevinJuly 15, 2014 at 8:26 pm #291807Hi Devin,
I’m not that good at figuring these things out without a lot of effort. I’ve tried plinking around with both CSS and figured it was easiest to modify the Enfold CSS.
Here are a few links where I am using this 3rd party plugin. You can see that the arrows are broken, I am assuming that they are inheriting the Enfold CSS, because I can modify and fix if I adjust the Enfold CSS
http://fritzimages.com/blog/2014/vermont-woodland-turkey/21728/
http://fritzimages.com/blog/2014/quechee-gorge-vermont/21783/thanks !
July 15, 2014 at 9:01 pm #291823Hey!
Try adding this code to the Quick CSS:
.twentytwenty-right-arrow, .twentytwenty-left-arrow{ border-bottom-color: transparent !important; border-top-color: transparent !important; } .twentytwenty-left-arrow{ border-left-color: transparent !important; } .twentytwenty-right-arrow{ border-right-color: transparent !important; }
Cheers!
JosueJuly 16, 2014 at 1:42 am #291909brilliant ! I wish I knew how to do that…thanks so very much. This was an important feature for my website..I don’t know how you snagged the twentytwent CSS…but I think it took an extra effort on your part…thanks for that and not telling me that you can’t fix problems with 3rd party plugins…You went to the extreme, and I really appreciate it….
Ed
July 16, 2014 at 1:44 am #291911You are welcome Ed, always glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.