• Resolved autox420

    (@autox420)


    How do i change the div style using a .css file?
    Or in already an existing file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PluginlySpeaking

    (@pluginlyspeaking)

    Hi,

    What would you like to change ?
    Would you like the classes that would let you modify the Div appearance ?

    Best Regards,
    PluginlySpeaking

    Thread Starter autox420

    (@autox420)

    Whole div i have managed to change few things but forgot how i did it and where i did it.
    The plugin has few files but i cant find out how i change those things.

    Like color, add shadow box and so on in a .css file or somecind of manuall css stuff.

    I think it would be nice idea to have an extra box for custom css.

    • This reply was modified 7 years ago by autox420.
    • This reply was modified 7 years ago by autox420.
    Thread Starter autox420

    (@autox420)

    Found it but still would be much better if custom css could be added in the plugin page. For other users.

    psfd.css

    /* Desktops */
    @media only screen and (min-width : 769px) {
    
      .psfd_no_desktop{display:none !important;}
      
      .psfd_width_160px{
    		width:160px;
    	}
    
    	.psfd_width_210px{
    		width:100%;
    		height:45px;
    	}
    
    	.psfd_width_260px{
    		width:260px;
    	}
    
    	.psfd_width_310px{
    		width:310px;
    	}
    
    	.psfd_width_360px{
    		width:360px;
    	}
    
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change div style in .css file’ is closed to new replies.