• Is it just me or do greater than signs not work in the CSS?

    ie. .et-box-content > p { color: blue; }

    it rewrite’s it to

    .et-box-content > p { color: blue; }

    fix it or prove me wrong and I will 5 star it.

    Update: I see what you did there…

    $custom_css = str_replace ( '>' , '>' , $custom_css );

    well done. nice quick response.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Would have gave it 5 stars…’ is closed to new replies.