Plugin Directory

Changeset 3202118


Ignore:
Timestamp:
12/04/2024 07:32:56 AM (16 months ago)
Author:
sayedulsayem
Message:

readme update

Location:
custom-css-for-elementor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • custom-css-for-elementor/tags/2.1.0/readme.txt

    r3202116 r3202118  
    68682. Add the following PHP code snippet:
    6969
    70 `add_filter( 'custom_css_for_elementor_breakpoints' , function( $default_breakpoints ) {
     70```
     71add_filter( 'custom_css_for_elementor_breakpoints' , function( $default_breakpoints ) {
    7172    $default_breakpoints['tablet'] = 768; // change this value
    7273    return $default_breakpoints;
    73 }, 20, 1);`
     74}, 20, 1);
     75```
    74763. Save the file.
    7577
     
    80822. Insert the following PHP code:
    8183
    82 `add_filter( 'custom_css_for_elementor_breakpoints' , function( $default_breakpoints ) {
     84```
     85add_filter( 'custom_css_for_elementor_breakpoints' , function( $default_breakpoints ) {
    8386    $default_breakpoints['mobile'] = 425; // change this value
    8487    return $default_breakpoints;
    85 }, 20, 1);`
     88}, 20, 1);
     89```
    86903. Save the changes.
    8791
  • custom-css-for-elementor/trunk/readme.txt

    r3202116 r3202118  
    68682. Add the following PHP code snippet:
    6969
    70 `add_filter( 'custom_css_for_elementor_breakpoints' , function( $default_breakpoints ) {
     70```
     71add_filter( 'custom_css_for_elementor_breakpoints' , function( $default_breakpoints ) {
    7172    $default_breakpoints['tablet'] = 768; // change this value
    7273    return $default_breakpoints;
    73 }, 20, 1);`
     74}, 20, 1);
     75```
    74763. Save the file.
    7577
     
    80822. Insert the following PHP code:
    8183
    82 `add_filter( 'custom_css_for_elementor_breakpoints' , function( $default_breakpoints ) {
     84```
     85add_filter( 'custom_css_for_elementor_breakpoints' , function( $default_breakpoints ) {
    8386    $default_breakpoints['mobile'] = 425; // change this value
    8487    return $default_breakpoints;
    85 }, 20, 1);`
     88}, 20, 1);
     89```
    86903. Save the changes.
    8791
Note: See TracChangeset for help on using the changeset viewer.