Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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/42vca8

    After
    http://prntscr.com/42ve1m

    the css that I need to change is in the Main Content
    http://prntscr.com/42vfai

    This is how the ENFOLD CSS impacts 3rd party plug in
    http://prntscr.com/42vfxw

    Can you tell me where to find css for Main border color ?

    thanks !

    #291747

    Hi 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,
    Devin

    #291807

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

    #291823

    Hey!

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

    #291909

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

    #291911

    You are welcome Ed, always glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.